Html Css Color HEX #D99E9F Careys Pink

📋 copy color: '#D99E9F'

red 217 ◦ green 158 ◦ blue 159

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

Shades of Careys Pink #D99E9F

Tints of Careys Pink #D99E9F

RGB

 RED value IS 217 (85.16% from 255) = 40.64%

 GREEN value IS 158 (62.11% from 255) = 29.59%

 BLUE value IS 159 (62.5% from 255) = 29.78%

R = 40.64%
G = 29.59%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D99E9F (or 0xD99E9F) is known color: Careys Pink. HEX triplet: D9, 9E and 9F. RGB value is (217,158,159). Sum of RGB (Red+Green+Blue) = 217+158+159=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99E9F is #266160. Grayscale: #AFAFAF. Windows color (decimal): -2515297 or 10460889. OLE color: 10460889.

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

Color convert

RGB 217 158 159 -
CMYK 0 0.27 0.27 0.15
HSL 358.98º 0.44% 0.74% -
HSV(B) 358.98º 0.27% 0.85% -
XYZ 47.1 41.71 38.37 -
YUV 175.76 118.55 157.42 -
System Red Green Blue C M Y K H S L
Decimal 217 158 159 0 0.27 0.27 0.15 358.98 0.44 0.74
Hex D9 9E 9F 0 1B 1B F 167 2C 4A
Octal 331 236 237 0 33 33 17 547 54 112
Binary 11011001 10011110 10011111 0 11011 11011 1111 101100111 101100 1001010

Color Harmonies of #D99E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99E9F

Black with #D99E9F

Text Example


Text Example

White with #D99E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99E9F; }

 p { color: rgb(217,158,159); }

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

background-color css

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

 a { background-color: rgb(217,158,159); }

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

border-color css

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

 span { border-color: rgb(217,158,159); }

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