#DC9A9D

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

Shades of Careys Pink #DC9A9D

Tints of Careys Pink #DC9A9D

Color information

#DC9A9D (or 0xDC9A9D) is unknown color: approx Careys Pink. HEX triplet: DC, 9A and 9D. RGB value is (220,154,157). Sum of RGB (Red+Green+Blue) = 220+154+157=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9A9D is #236562. Grayscale: #AEAEAE. Windows color (decimal): -2319715 or 10328796. OLE color: 10328796.

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

Color convert

RGB220154157-
CMYK00.30.290.14
HSL357.27º48.53%73.33%-
HSV(B)357.27º30%86.27%-
XYZ47.1640.7637.28-
YUV174.08118.37160.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.43%
GREEN value IS 154 (60.55% from 255) = 29.00%
BLUE value IS 157 (61.72% from 255) = 29.57%
R=41.43%
G=29.00%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015415700.30.290.14357.2748.5373.33
HexDC9A9D01E1DE1653149
Octal334232235036351654561111
Binary1101110010011010100111010111101110111101011001011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9A9D; }

 p { color: rgb(220,154,157); }

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

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

 a { background-color: rgb(220,154,157); }

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

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

 span { border-color: rgb(220,154,157); }

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