Html Css Color HEX #D19AA8 Careys Pink

📋 copy color: '#D19AA8'

red 209 ◦ green 154 ◦ blue 168

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

Shades of Careys Pink #D19AA8

Tints of Careys Pink #D19AA8

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29%

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

R = 39.36%
G = 29%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D19AA8 (or 0xD19AA8) is known color: Careys Pink. HEX triplet: D1, 9A and A8. RGB value is (209,154,168). Sum of RGB (Red+Green+Blue) = 209+154+168=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D19AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19AA8 is #2E6557. Grayscale: #ACACAC. Windows color (decimal): -3040600 or 11049681. OLE color: 11049681.

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

Color convert

RGB 209 154 168 -
CMYK 0 0.26 0.20 0.18
HSL 344.73º 0.37% 0.71% -
HSV(B) 344.73º 0.26% 0.82% -
XYZ 44.92 39.49 42.3 -
YUV 172.04 125.72 154.36 -
System Red Green Blue C M Y K H S L
Decimal 209 154 168 0 0.26 0.20 0.18 344.73 0.37 0.71
Hex D1 9A A8 0 1A 14 12 159 25 47
Octal 321 232 250 0 32 24 22 531 45 107
Binary 11010001 10011010 10101000 0 11010 10100 10010 101011001 100101 1000111

Color Harmonies of #D19AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19AA8

Black with #D19AA8

Text Example


Text Example

White with #D19AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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