Shades of Carissma #DC8098
Tints of Carissma #DC8098
RGB
CMYK
RGB Variations
Color information
#DC8098 (or 0xDC8098) is known color: Carissma. HEX triplet: DC, 80 and 98. RGB value is (220,128,152). Sum of RGB (Red+Green+Blue) = 220+128+152=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8098 is #237F67. Grayscale: #9E9E9E. Windows color (decimal): -2326376 or 9994460. OLE color: 9994460.
HSL color Cylindrical-coordinate representation of color #DC8098: hue angle of 344.35º 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 #DC8098 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 152 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.14 |
| HSL | 344.35º | 0.57% | 0.68% | - |
| HSV(B) | 344.35º | 0.42% | 0.86% | - |
| XYZ | 42.9 | 32.92 | 33.8 | - |
| YUV | 158.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 152 | 0 | 0.42 | 0.31 | 0.14 | 344.35 | 0.57 | 0.68 |
| Hex | DC | 80 | 98 | 0 | 2A | 1F | E | 158 | 39 | 44 |
| Octal | 334 | 200 | 230 | 0 | 52 | 37 | 16 | 530 | 71 | 104 |
| Binary | 11011100 | 10000000 | 10011000 | 0 | 101010 | 11111 | 1110 | 101011000 | 111001 | 1000100 |
Color Harmonies of #DC8098
Complementary color
Monochromatic Colors of #DC8098
Black with #DC8098
Text Example
Text Example
White with #DC8098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8098; }
p { color: rgb(220,128,152); }
H1.HeaderClassName
{
color: #DC8098;
}
.AnyTagClassName
{
color: #DC8098;
}
</style>
background-color css
<style>
a { background-color: #DC8098; }
a { background-color: rgb(220,128,152); }
div.DivClassName
{
background-color: #DC8098;
}
.BgClassName
{
background-color: #DC8098;
}
</style>
border-color css
<style>
span { border-color: #DC8098; }
span { border-color: rgb(220,128,152); }
td.TdClassName
{
border-color: #DC8098;
}
.TagClassName
{
border-color: #DC8098;
}
</style>