Shades of Carissma #DC8495
Tints of Carissma #DC8495
RGB
CMYK
RGB Variations
Color information
#DC8495 (or 0xDC8495) is known color: Carissma. HEX triplet: DC, 84 and 95. RGB value is (220,132,149). Sum of RGB (Red+Green+Blue) = 220+132+149=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8495 is #237B6A. Grayscale: #A0A0A0. Windows color (decimal): -2325355 or 9798876. OLE color: 9798876.
HSL color Cylindrical-coordinate representation of color #DC8495: hue angle of 348.41º 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 #DC8495 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 149 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.14 |
| HSL | 348.41º | 0.56% | 0.69% | - |
| HSV(B) | 348.41º | 0.4% | 0.86% | - |
| XYZ | 43.19 | 33.89 | 32.7 | - |
| YUV | 160.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 149 | 0 | 0.40 | 0.32 | 0.14 | 348.41 | 0.56 | 0.69 |
| Hex | DC | 84 | 95 | 0 | 28 | 20 | E | 15C | 38 | 45 |
| Octal | 334 | 204 | 225 | 0 | 50 | 40 | 16 | 534 | 70 | 105 |
| Binary | 11011100 | 10000100 | 10010101 | 0 | 101000 | 100000 | 1110 | 101011100 | 111000 | 1000101 |
Color Harmonies of #DC8495
Complementary color
Monochromatic Colors of #DC8495
Black with #DC8495
Text Example
Text Example
White with #DC8495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8495; }
p { color: rgb(220,132,149); }
H1.HeaderClassName
{
color: #DC8495;
}
.AnyTagClassName
{
color: #DC8495;
}
</style>
background-color css
<style>
a { background-color: #DC8495; }
a { background-color: rgb(220,132,149); }
div.DivClassName
{
background-color: #DC8495;
}
.BgClassName
{
background-color: #DC8495;
}
</style>
border-color css
<style>
span { border-color: #DC8495; }
span { border-color: rgb(220,132,149); }
td.TdClassName
{
border-color: #DC8495;
}
.TagClassName
{
border-color: #DC8495;
}
</style>