Html Css Color HEX #D19DA8 Careys Pink

📋 copy color: '#D19DA8'

red 209 ◦ green 157 ◦ blue 168

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

Shades of Careys Pink #D19DA8

Tints of Careys Pink #D19DA8

RGB

 RED value IS 209 (82.03% from 255) = 39.14%

 GREEN value IS 157 (61.72% from 255) = 29.4%

 BLUE value IS 168 (66.02% from 255) = 31.46%

R = 39.14%
G = 29.4%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D19DA8 (or 0xD19DA8) is known color: Careys Pink. HEX triplet: D1, 9D and A8. RGB value is (209,157,168). Sum of RGB (Red+Green+Blue) = 209+157+168=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D19DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19DA8 is #2E6257. Grayscale: #ADADAD. Windows color (decimal): -3039832 or 11050449. OLE color: 11050449.

HSL color Cylindrical-coordinate representation of color #D19DA8: hue angle of 347.31º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D19DA8 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 157 168 -
CMYK 0 0.25 0.20 0.18
HSL 347.31º 0.36% 0.72% -
HSV(B) 347.31º 0.25% 0.82% -
XYZ 45.42 40.5 42.47 -
YUV 173.8 124.73 153.11 -
System Red Green Blue C M Y K H S L
Decimal 209 157 168 0 0.25 0.20 0.18 347.31 0.36 0.72
Hex D1 9D A8 0 19 14 12 15B 24 48
Octal 321 235 250 0 31 24 22 533 44 110
Binary 11010001 10011101 10101000 0 11001 10100 10010 101011011 100100 1001000

Color Harmonies of #D19DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19DA8

Black with #D19DA8

Text Example


Text Example

White with #D19DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19DA8; }

 p { color: rgb(209,157,168); }

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

background-color css

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

 a { background-color: rgb(209,157,168); }

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

border-color css

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

 span { border-color: rgb(209,157,168); }

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