Shades of Carissma #DC8088
Tints of Carissma #DC8088
RGB
CMYK
RGB Variations
Color information
#DC8088 (or 0xDC8088) is known color: Carissma. HEX triplet: DC, 80 and 88. RGB value is (220,128,136). Sum of RGB (Red+Green+Blue) = 220+128+136=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8088 is #237F77. Grayscale: #9C9C9C. Windows color (decimal): -2326392 or 8945884. OLE color: 8945884.
HSL color Cylindrical-coordinate representation of color #DC8088: hue angle of 354.78º 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 #DC8088 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 136 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.14 |
| HSL | 354.78º | 0.57% | 0.68% | - |
| HSV(B) | 354.78º | 0.42% | 0.86% | - |
| XYZ | 41.68 | 32.43 | 27.36 | - |
| YUV | 156.42 | 116.48 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 136 | 0 | 0.42 | 0.38 | 0.14 | 354.78 | 0.57 | 0.68 |
| Hex | DC | 80 | 88 | 0 | 2A | 26 | E | 163 | 39 | 44 |
| Octal | 334 | 200 | 210 | 0 | 52 | 46 | 16 | 543 | 71 | 104 |
| Binary | 11011100 | 10000000 | 10001000 | 0 | 101010 | 100110 | 1110 | 101100011 | 111001 | 1000100 |
Color Harmonies of #DC8088
Complementary color
Monochromatic Colors of #DC8088
Black with #DC8088
Text Example
Text Example
White with #DC8088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8088; }
p { color: rgb(220,128,136); }
H1.HeaderClassName
{
color: #DC8088;
}
.AnyTagClassName
{
color: #DC8088;
}
</style>
background-color css
<style>
a { background-color: #DC8088; }
a { background-color: rgb(220,128,136); }
div.DivClassName
{
background-color: #DC8088;
}
.BgClassName
{
background-color: #DC8088;
}
</style>
border-color css
<style>
span { border-color: #DC8088; }
span { border-color: rgb(220,128,136); }
td.TdClassName
{
border-color: #DC8088;
}
.TagClassName
{
border-color: #DC8088;
}
</style>