Shades of Careys Pink #DC9DA3
Tints of Careys Pink #DC9DA3
RGB
CMYK
RGB Variations
Color information
#DC9DA3 (or 0xDC9DA3) is known color: Careys Pink. HEX triplet: DC, 9D and A3. RGB value is (220,157,163). Sum of RGB (Red+Green+Blue) = 220+157+163=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 163 (64.06% from 255 or 30.19% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9DA3 is #23625C. Grayscale: #B0B0B0. Windows color (decimal): -2318941 or 10722780. OLE color: 10722780.
HSL color Cylindrical-coordinate representation of color #DC9DA3: hue angle of 354.29º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9DA3 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 163 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.14 |
| HSL | 354.29º | 0.47% | 0.74% | - |
| HSV(B) | 354.29º | 0.29% | 0.86% | - |
| XYZ | 48.18 | 41.97 | 40.21 | - |
| YUV | 176.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 163 | 0 | 0.29 | 0.26 | 0.14 | 354.29 | 0.47 | 0.74 |
| Hex | DC | 9D | A3 | 0 | 1D | 1A | E | 162 | 2F | 4A |
| Octal | 334 | 235 | 243 | 0 | 35 | 32 | 16 | 542 | 57 | 112 |
| Binary | 11011100 | 10011101 | 10100011 | 0 | 11101 | 11010 | 1110 | 101100010 | 101111 | 1001010 |
Color Harmonies of #DC9DA3
Complementary color
Monochromatic Colors of #DC9DA3
Black with #DC9DA3
Text Example
Text Example
White with #DC9DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9DA3; }
p { color: rgb(220,157,163); }
H1.HeaderClassName
{
color: #DC9DA3;
}
.AnyTagClassName
{
color: #DC9DA3;
}
</style>
background-color css
<style>
a { background-color: #DC9DA3; }
a { background-color: rgb(220,157,163); }
div.DivClassName
{
background-color: #DC9DA3;
}
.BgClassName
{
background-color: #DC9DA3;
}
</style>
border-color css
<style>
span { border-color: #DC9DA3; }
span { border-color: rgb(220,157,163); }
td.TdClassName
{
border-color: #DC9DA3;
}
.TagClassName
{
border-color: #DC9DA3;
}
</style>