Shades of Carissma #DC8896
Tints of Carissma #DC8896
RGB
CMYK
RGB Variations
Color information
#DC8896 (or 0xDC8896) is known color: Carissma. HEX triplet: DC, 88 and 96. RGB value is (220,136,150). Sum of RGB (Red+Green+Blue) = 220+136+150=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8896 is #237769. Grayscale: #A2A2A2. Windows color (decimal): -2324330 or 9865436. OLE color: 9865436.
HSL color Cylindrical-coordinate representation of color #DC8896: hue angle of 350º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC8896 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 150 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.14 |
| HSL | 350º | 0.55% | 0.7% | - |
| HSV(B) | 350º | 0.38% | 0.86% | - |
| XYZ | 43.82 | 35.03 | 33.31 | - |
| YUV | 162.71 | 120.83 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 150 | 0 | 0.38 | 0.32 | 0.14 | 350 | 0.55 | 0.7 |
| Hex | DC | 88 | 96 | 0 | 26 | 20 | E | 15E | 37 | 46 |
| Octal | 334 | 210 | 226 | 0 | 46 | 40 | 16 | 536 | 67 | 106 |
| Binary | 11011100 | 10001000 | 10010110 | 0 | 100110 | 100000 | 1110 | 101011110 | 110111 | 1000110 |
Color Harmonies of #DC8896
Complementary color
Monochromatic Colors of #DC8896
Black with #DC8896
Text Example
Text Example
White with #DC8896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8896; }
p { color: rgb(220,136,150); }
H1.HeaderClassName
{
color: #DC8896;
}
.AnyTagClassName
{
color: #DC8896;
}
</style>
background-color css
<style>
a { background-color: #DC8896; }
a { background-color: rgb(220,136,150); }
div.DivClassName
{
background-color: #DC8896;
}
.BgClassName
{
background-color: #DC8896;
}
</style>
border-color css
<style>
span { border-color: #DC8896; }
span { border-color: rgb(220,136,150); }
td.TdClassName
{
border-color: #DC8896;
}
.TagClassName
{
border-color: #DC8896;
}
</style>