#DC99A1

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

Shades of Careys Pink #DC99A1

Tints of Careys Pink #DC99A1

Color information

#DC99A1 (or 0xDC99A1) is unknown color: approx Careys Pink. HEX triplet: DC, 99 and A1. RGB value is (220,153,161). Sum of RGB (Red+Green+Blue) = 220+153+161=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC99A1 is #23665E. Grayscale: #ADADAD. Windows color (decimal): -2319967 or 10590684. OLE color: 10590684.

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

Color convert

RGB220153161-
CMYK00.300.270.14
HSL352.84º48.91%73.14%-
HSV(B)352.84º30.45%86.27%-
XYZ47.3440.5739.05-
YUV173.94120.7160.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.20%
GREEN value IS 153 (60.16% from 255) = 28.65%
BLUE value IS 161 (63.28% from 255) = 30.15%
R=41.20%
G=28.65%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015316100.300.270.14352.8448.9173.14
HexDC99A101E1BE1613149
Octal334231241036331654161111
Binary1101110010011001101000010111101101111101011000011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99A1; }

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

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

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

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

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

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

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

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