Shades of Carissma #DC8587
Tints of Carissma #DC8587
RGB
CMYK
RGB Variations
Color information
#DC8587 (or 0xDC8587) is known color: Carissma. HEX triplet: DC, 85 and 87. RGB value is (220,133,135). Sum of RGB (Red+Green+Blue) = 220+133+135=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8587 is #237A78. Grayscale: #9F9F9F. Windows color (decimal): -2325113 or 8881628. OLE color: 8881628.
HSL color Cylindrical-coordinate representation of color #DC8587: hue angle of 358.62º degrees, saturation: 0.55, 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 #DC8587 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 135 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.14 |
| HSL | 358.62º | 0.55% | 0.69% | - |
| HSV(B) | 358.62º | 0.4% | 0.86% | - |
| XYZ | 42.28 | 33.74 | 27.21 | - |
| YUV | 159.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 135 | 0 | 0.40 | 0.39 | 0.14 | 358.62 | 0.55 | 0.69 |
| Hex | DC | 85 | 87 | 0 | 28 | 27 | E | 167 | 37 | 45 |
| Octal | 334 | 205 | 207 | 0 | 50 | 47 | 16 | 547 | 67 | 105 |
| Binary | 11011100 | 10000101 | 10000111 | 0 | 101000 | 100111 | 1110 | 101100111 | 110111 | 1000101 |
Color Harmonies of #DC8587
Complementary color
Monochromatic Colors of #DC8587
Black with #DC8587
Text Example
Text Example
White with #DC8587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8587; }
p { color: rgb(220,133,135); }
H1.HeaderClassName
{
color: #DC8587;
}
.AnyTagClassName
{
color: #DC8587;
}
</style>
background-color css
<style>
a { background-color: #DC8587; }
a { background-color: rgb(220,133,135); }
div.DivClassName
{
background-color: #DC8587;
}
.BgClassName
{
background-color: #DC8587;
}
</style>
border-color css
<style>
span { border-color: #DC8587; }
span { border-color: rgb(220,133,135); }
td.TdClassName
{
border-color: #DC8587;
}
.TagClassName
{
border-color: #DC8587;
}
</style>