#DC999E

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

Shades of Careys Pink #DC999E

Tints of Careys Pink #DC999E

Color information

#DC999E (or 0xDC999E) is unknown color: approx Careys Pink. HEX triplet: DC, 99 and 9E. RGB value is (220,153,158). Sum of RGB (Red+Green+Blue) = 220+153+158=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC999E is #236661. Grayscale: #ADADAD. Windows color (decimal): -2319970 or 10394076. OLE color: 10394076.

HSL color Cylindrical-coordinate representation of color #DC999E: hue angle of 355.52º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC999E is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB220153158-
CMYK00.300.280.14
HSL355.52º48.91%73.14%-
HSV(B)355.52º30.45%86.27%-
XYZ47.0840.4737.68-
YUV173.6119.2161.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.43%
GREEN value IS 153 (60.16% from 255) = 28.81%
BLUE value IS 158 (62.11% from 255) = 29.76%
R=41.43%
G=28.81%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015315800.300.280.14355.5248.9173.14
HexDC999E01E1CE1643149
Octal334231236036341654461111
Binary1101110010011001100111100111101110011101011001001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC999E; }

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

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

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

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

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

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

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

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