Shades of Careys Pink #DC9798
Tints of Careys Pink #DC9798
RGB
CMYK
RGB Variations
Color information
#DC9798 (or 0xDC9798) is known color: Careys Pink. HEX triplet: DC, 97 and 98. RGB value is (220,151,152). Sum of RGB (Red+Green+Blue) = 220+151+152=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9798 is #236867. Grayscale: #ABABAB. Windows color (decimal): -2320488 or 10000348. OLE color: 10000348.
HSL color Cylindrical-coordinate representation of color #DC9798: hue angle of 359.13º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC9798 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 152 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.14 |
| HSL | 359.13º | 0.5% | 0.73% | - |
| HSV(B) | 359.13º | 0.31% | 0.86% | - |
| XYZ | 46.25 | 39.62 | 34.91 | - |
| YUV | 171.75 | 116.86 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 152 | 0 | 0.31 | 0.31 | 0.14 | 359.13 | 0.5 | 0.73 |
| Hex | DC | 97 | 98 | 0 | 1F | 1F | E | 167 | 32 | 49 |
| Octal | 334 | 227 | 230 | 0 | 37 | 37 | 16 | 547 | 62 | 111 |
| Binary | 11011100 | 10010111 | 10011000 | 0 | 11111 | 11111 | 1110 | 101100111 | 110010 | 1001001 |
Color Harmonies of #DC9798
Complementary color
Monochromatic Colors of #DC9798
Black with #DC9798
Text Example
Text Example
White with #DC9798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9798; }
p { color: rgb(220,151,152); }
H1.HeaderClassName
{
color: #DC9798;
}
.AnyTagClassName
{
color: #DC9798;
}
</style>
background-color css
<style>
a { background-color: #DC9798; }
a { background-color: rgb(220,151,152); }
div.DivClassName
{
background-color: #DC9798;
}
.BgClassName
{
background-color: #DC9798;
}
</style>
border-color css
<style>
span { border-color: #DC9798; }
span { border-color: rgb(220,151,152); }
td.TdClassName
{
border-color: #DC9798;
}
.TagClassName
{
border-color: #DC9798;
}
</style>