Shades of Carissma #DC8498
Tints of Carissma #DC8498
RGB
CMYK
RGB Variations
Color information
#DC8498 (or 0xDC8498) is known color: Carissma. HEX triplet: DC, 84 and 98. RGB value is (220,132,152). Sum of RGB (Red+Green+Blue) = 220+132+152=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8498 is #237B67. Grayscale: #A0A0A0. Windows color (decimal): -2325352 or 9995484. OLE color: 9995484.
HSL color Cylindrical-coordinate representation of color #DC8498: hue angle of 346.36º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC8498 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 152 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.14 |
| HSL | 346.36º | 0.56% | 0.69% | - |
| HSV(B) | 346.36º | 0.4% | 0.86% | - |
| XYZ | 43.43 | 33.99 | 33.98 | - |
| YUV | 160.59 | 123.15 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 152 | 0 | 0.40 | 0.31 | 0.14 | 346.36 | 0.56 | 0.69 |
| Hex | DC | 84 | 98 | 0 | 28 | 1F | E | 15A | 38 | 45 |
| Octal | 334 | 204 | 230 | 0 | 50 | 37 | 16 | 532 | 70 | 105 |
| Binary | 11011100 | 10000100 | 10011000 | 0 | 101000 | 11111 | 1110 | 101011010 | 111000 | 1000101 |
Color Harmonies of #DC8498
Complementary color
Monochromatic Colors of #DC8498
Black with #DC8498
Text Example
Text Example
White with #DC8498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8498; }
p { color: rgb(220,132,152); }
H1.HeaderClassName
{
color: #DC8498;
}
.AnyTagClassName
{
color: #DC8498;
}
</style>
background-color css
<style>
a { background-color: #DC8498; }
a { background-color: rgb(220,132,152); }
div.DivClassName
{
background-color: #DC8498;
}
.BgClassName
{
background-color: #DC8498;
}
</style>
border-color css
<style>
span { border-color: #DC8498; }
span { border-color: rgb(220,132,152); }
td.TdClassName
{
border-color: #DC8498;
}
.TagClassName
{
border-color: #DC8498;
}
</style>