#D9999E

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

Shades of Careys Pink #D9999E

Tints of Careys Pink #D9999E

Color information

#D9999E (or 0xD9999E) is unknown color: approx Careys Pink. HEX triplet: D9, 99 and 9E. RGB value is (217,153,158). Sum of RGB (Red+Green+Blue) = 217+153+158=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D9999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9999E is #266661. Grayscale: #ACACAC. Windows color (decimal): -2516578 or 10394073. OLE color: 10394073.

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

Color convert

RGB217153158-
CMYK00.290.270.15
HSL355.31º45.71%72.55%-
HSV(B)355.31º29.49%85.1%-
XYZ46.184037.64-
YUV172.71119.7159.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.10%
GREEN value IS 153 (60.16% from 255) = 28.98%
BLUE value IS 158 (62.11% from 255) = 29.92%
R=41.10%
G=28.98%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715315800.290.270.15355.3145.7172.55
HexD9999E01D1BF1632e49
Octal331231236035331754356111
Binary1101100110011001100111100111011101111111011000111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9999E; }

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

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

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

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

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

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

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

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