#DC999F

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

Shades of Careys Pink #DC999F

Tints of Careys Pink #DC999F

Color information

#DC999F (or 0xDC999F) is unknown color: approx Careys Pink. HEX triplet: DC, 99 and 9F. RGB value is (220,153,159). Sum of RGB (Red+Green+Blue) = 220+153+159=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC999F is #236660. Grayscale: #ADADAD. Windows color (decimal): -2319969 or 10459612. OLE color: 10459612.

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

Color convert

RGB220153159-
CMYK00.300.280.14
HSL354.63º48.91%73.14%-
HSV(B)354.63º30.45%86.27%-
XYZ47.1640.538.13-
YUV173.72119.7161.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.35%
GREEN value IS 153 (60.16% from 255) = 28.76%
BLUE value IS 159 (62.5% from 255) = 29.89%
R=41.35%
G=28.76%
B=29.89%

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
Decimal22015315900.300.280.14354.6348.9173.14
HexDC999F01E1CE1633149
Octal334231237036341654361111
Binary1101110010011001100111110111101110011101011000111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC999F; }

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

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

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

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

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

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

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

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