#D99D9F

Color #D99D9F Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #D99D9F

Tints of Careys Pink #D99D9F

Color information

#D99D9F (or 0xD99D9F) is unknown color: approx Careys Pink. HEX triplet: D9, 9D and 9F. RGB value is (217,157,159). Sum of RGB (Red+Green+Blue) = 217+157+159=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99D9F is #266260. Grayscale: #AFAFAF. Windows color (decimal): -2515553 or 10460633. OLE color: 10460633.

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

Color convert

RGB217157159-
CMYK00.280.270.15
HSL358º44.12%73.33%-
HSV(B)358º27.65%85.1%-
XYZ46.9341.3738.31-
YUV175.17118.88157.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.71%
GREEN value IS 157 (61.72% from 255) = 29.46%
BLUE value IS 159 (62.5% from 255) = 29.83%
R=40.71%
G=29.46%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715715900.280.270.1535844.1273.33
HexD99D9F01C1BF1662c49
Octal331235237034331754654111
Binary1101100110011101100111110111001101111111011001101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99D9F; }

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

 H1.HeaderClassName
 {
   color: #D99D9F;
 }
 .AnyTagClassName
 {
   color: #D99D9F;
 }
</style>
background-color css

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

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

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

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

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

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