Shades of Carissma #DC8197
Tints of Carissma #DC8197
RGB
CMYK
RGB Variations
Color information
#DC8197 (or 0xDC8197) is known color: Carissma. HEX triplet: DC, 81 and 97. RGB value is (220,129,151). Sum of RGB (Red+Green+Blue) = 220+129+151=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8197 is #237E68. Grayscale: #9E9E9E. Windows color (decimal): -2326121 or 9929180. OLE color: 9929180.
HSL color Cylindrical-coordinate representation of color #DC8197: hue angle of 345.49º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC8197 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 151 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.14 |
| HSL | 345.49º | 0.57% | 0.68% | - |
| HSV(B) | 345.49º | 0.41% | 0.86% | - |
| XYZ | 42.95 | 33.15 | 33.41 | - |
| YUV | 158.72 | 123.65 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 151 | 0 | 0.41 | 0.31 | 0.14 | 345.49 | 0.57 | 0.68 |
| Hex | DC | 81 | 97 | 0 | 29 | 1F | E | 159 | 39 | 44 |
| Octal | 334 | 201 | 227 | 0 | 51 | 37 | 16 | 531 | 71 | 104 |
| Binary | 11011100 | 10000001 | 10010111 | 0 | 101001 | 11111 | 1110 | 101011001 | 111001 | 1000100 |
Color Harmonies of #DC8197
Complementary color
Monochromatic Colors of #DC8197
Black with #DC8197
Text Example
Text Example
White with #DC8197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8197; }
p { color: rgb(220,129,151); }
H1.HeaderClassName
{
color: #DC8197;
}
.AnyTagClassName
{
color: #DC8197;
}
</style>
background-color css
<style>
a { background-color: #DC8197; }
a { background-color: rgb(220,129,151); }
div.DivClassName
{
background-color: #DC8197;
}
.BgClassName
{
background-color: #DC8197;
}
</style>
border-color css
<style>
span { border-color: #DC8197; }
span { border-color: rgb(220,129,151); }
td.TdClassName
{
border-color: #DC8197;
}
.TagClassName
{
border-color: #DC8197;
}
</style>