Html Css Color HEX #D5979E Careys Pink

📋 copy color: '#D5979E'

red 213 ◦ green 151 ◦ blue 158

#D5979E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #D5979E

Tints of Careys Pink #D5979E

RGB

 RED value IS 213 (83.59% from 255) = 40.8%

 GREEN value IS 151 (59.38% from 255) = 28.93%

 BLUE value IS 158 (62.11% from 255) = 30.27%

R = 40.8%
G = 28.93%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D5979E (or 0xD5979E) is known color: Careys Pink. HEX triplet: D5, 97 and 9E. RGB value is (213,151,158). Sum of RGB (Red+Green+Blue) = 213+151+158=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D5979E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5979E is #2A6861. Grayscale: #AAAAAA. Windows color (decimal): -2779234 or 10393557. OLE color: 10393557.

HSL color Cylindrical-coordinate representation of color #D5979E: hue angle of 353.23º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5979E is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 151 158 -
CMYK 0 0.29 0.26 0.16
HSL 353.23º 0.42% 0.71% -
HSV(B) 353.23º 0.29% 0.84% -
XYZ 44.68 38.75 37.47 -
YUV 170.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 213 151 158 0 0.29 0.26 0.16 353.23 0.42 0.71
Hex D5 97 9E 0 1D 1A 10 161 2A 47
Octal 325 227 236 0 35 32 20 541 52 107
Binary 11010101 10010111 10011110 0 11101 11010 10000 101100001 101010 1000111

Color Harmonies of #D5979E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5979E

Black with #D5979E

Text Example


Text Example

White with #D5979E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5979E; }

 p { color: rgb(213,151,158); }

 H1.HeaderClassName
 {
   color: #D5979E;
 }
 .AnyTagClassName
 {
   color: #D5979E;
 }
</style>

background-color css

<style>
 a { background-color: #D5979E; }

 a { background-color: rgb(213,151,158); }

 div.DivClassName
 {
   background-color: #D5979E;
 }
 .BgClassName
 {
   background-color: #D5979E;
 }
</style>

border-color css

<style>
 span { border-color: #D5979E; }

 span { border-color: rgb(213,151,158); }

 td.TdClassName
 {
   border-color: #D5979E;
 }
 .TagClassName
 {
   border-color: #D5979E;
 }
</style>