Html Css Color HEX #D8999E Careys Pink

📋 copy color: '#D8999E'

red 216 ◦ green 153 ◦ blue 158

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

Shades of Careys Pink #D8999E

Tints of Careys Pink #D8999E

RGB

 RED value IS 216 (84.77% from 255) = 40.99%

 GREEN value IS 153 (60.16% from 255) = 29.03%

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

R = 40.99%
G = 29.03%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D8999E (or 0xD8999E) is known color: Careys Pink. HEX triplet: D8, 99 and 9E. RGB value is (216,153,158). Sum of RGB (Red+Green+Blue) = 216+153+158=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D8999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8999E is #276661. Grayscale: #ACACAC. Windows color (decimal): -2582114 or 10394072. OLE color: 10394072.

HSL color Cylindrical-coordinate representation of color #D8999E: hue angle of 355.24º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8999E is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 153 158 -
CMYK 0 0.29 0.27 0.15
HSL 355.24º 0.45% 0.72% -
HSV(B) 355.24º 0.29% 0.85% -
XYZ 45.88 39.85 37.62 -
YUV 172.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 216 153 158 0 0.29 0.27 0.15 355.24 0.45 0.72
Hex D8 99 9E 0 1D 1B F 163 2D 48
Octal 330 231 236 0 35 33 17 543 55 110
Binary 11011000 10011001 10011110 0 11101 11011 1111 101100011 101101 1001000

Color Harmonies of #D8999E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8999E

Black with #D8999E

Text Example


Text Example

White with #D8999E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8999E; }

 p { color: rgb(216,153,158); }

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

background-color css

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

 a { background-color: rgb(216,153,158); }

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

border-color css

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

 span { border-color: rgb(216,153,158); }

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