Shades of Carissma #DC8095
Tints of Carissma #DC8095
RGB
CMYK
RGB Variations
Color information
#DC8095 (or 0xDC8095) is known color: Carissma. HEX triplet: DC, 80 and 95. RGB value is (220,128,149). Sum of RGB (Red+Green+Blue) = 220+128+149=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8095 is #237F6A. Grayscale: #9D9D9D. Windows color (decimal): -2326379 or 9797852. OLE color: 9797852.
HSL color Cylindrical-coordinate representation of color #DC8095: hue angle of 346.3º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC8095 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 149 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.14 |
| HSL | 346.3º | 0.57% | 0.68% | - |
| HSV(B) | 346.3º | 0.42% | 0.86% | - |
| XYZ | 42.66 | 32.82 | 32.52 | - |
| YUV | 157.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 149 | 0 | 0.42 | 0.32 | 0.14 | 346.3 | 0.57 | 0.68 |
| Hex | DC | 80 | 95 | 0 | 2A | 20 | E | 15A | 39 | 44 |
| Octal | 334 | 200 | 225 | 0 | 52 | 40 | 16 | 532 | 71 | 104 |
| Binary | 11011100 | 10000000 | 10010101 | 0 | 101010 | 100000 | 1110 | 101011010 | 111001 | 1000100 |
Color Harmonies of #DC8095
Complementary color
Monochromatic Colors of #DC8095
Black with #DC8095
Text Example
Text Example
White with #DC8095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8095; }
p { color: rgb(220,128,149); }
H1.HeaderClassName
{
color: #DC8095;
}
.AnyTagClassName
{
color: #DC8095;
}
</style>
background-color css
<style>
a { background-color: #DC8095; }
a { background-color: rgb(220,128,149); }
div.DivClassName
{
background-color: #DC8095;
}
.BgClassName
{
background-color: #DC8095;
}
</style>
border-color css
<style>
span { border-color: #DC8095; }
span { border-color: rgb(220,128,149); }
td.TdClassName
{
border-color: #DC8095;
}
.TagClassName
{
border-color: #DC8095;
}
</style>