Shades of Carissma #DF8587
Tints of Carissma #DF8587
RGB
CMYK
RGB Variations
Color information
#DF8587 (or 0xDF8587) is known color: Carissma. HEX triplet: DF, 85 and 87. RGB value is (223,133,135). Sum of RGB (Red+Green+Blue) = 223+133+135=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8587 is #207A78. Grayscale: #A0A0A0. Windows color (decimal): -2128505 or 8881631. OLE color: 8881631.
HSL color Cylindrical-coordinate representation of color #DF8587: hue angle of 358.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF8587 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 135 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.13 |
| HSL | 358.67º | 0.58% | 0.7% | - |
| HSV(B) | 358.67º | 0.4% | 0.87% | - |
| XYZ | 43.19 | 34.21 | 27.25 | - |
| YUV | 160.14 | 113.82 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 135 | 0 | 0.40 | 0.39 | 0.13 | 358.67 | 0.58 | 0.7 |
| Hex | DF | 85 | 87 | 0 | 28 | 27 | D | 167 | 3A | 46 |
| Octal | 337 | 205 | 207 | 0 | 50 | 47 | 15 | 547 | 72 | 106 |
| Binary | 11011111 | 10000101 | 10000111 | 0 | 101000 | 100111 | 1101 | 101100111 | 111010 | 1000110 |
Color Harmonies of #DF8587
Complementary color
Monochromatic Colors of #DF8587
Black with #DF8587
Text Example
Text Example
White with #DF8587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8587; }
p { color: rgb(223,133,135); }
H1.HeaderClassName
{
color: #DF8587;
}
.AnyTagClassName
{
color: #DF8587;
}
</style>
background-color css
<style>
a { background-color: #DF8587; }
a { background-color: rgb(223,133,135); }
div.DivClassName
{
background-color: #DF8587;
}
.BgClassName
{
background-color: #DF8587;
}
</style>
border-color css
<style>
span { border-color: #DF8587; }
span { border-color: rgb(223,133,135); }
td.TdClassName
{
border-color: #DF8587;
}
.TagClassName
{
border-color: #DF8587;
}
</style>