#D9999D

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

Shades of Careys Pink #D9999D

Tints of Careys Pink #D9999D

Color information

#D9999D (or 0xD9999D) is unknown color: approx Careys Pink. HEX triplet: D9, 99 and 9D. RGB value is (217,153,157). Sum of RGB (Red+Green+Blue) = 217+153+157=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D9999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9999D is #266662. Grayscale: #ACACAC. Windows color (decimal): -2516579 or 10328537. OLE color: 10328537.

HSL color Cylindrical-coordinate representation of color #D9999D: hue angle of 356.25º 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 #D9999D is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB217153157-
CMYK00.290.280.15
HSL356.25º45.71%72.55%-
HSV(B)356.25º29.49%85.1%-
XYZ46.0939.9737.18-
YUV172.59119.2159.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.18%
GREEN value IS 153 (60.16% from 255) = 29.03%
BLUE value IS 157 (61.72% from 255) = 29.79%
R=41.18%
G=29.03%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715315700.290.280.15356.2545.7172.55
HexD9999D01D1CF1642e49
Octal331231235035341754456111
Binary1101100110011001100111010111011110011111011001001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9999D; }

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

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

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

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

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

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

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

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