Shades of Carissma #DF8387
Tints of Carissma #DF8387
RGB
CMYK
RGB Variations
Color information
#DF8387 (or 0xDF8387) is known color: Carissma. HEX triplet: DF, 83 and 87. RGB value is (223,131,135). Sum of RGB (Red+Green+Blue) = 223+131+135=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8387 is #207C78. Grayscale: #9F9F9F. Windows color (decimal): -2129017 or 8881119. OLE color: 8881119.
HSL color Cylindrical-coordinate representation of color #DF8387: hue angle of 357.39º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF8387 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 135 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.13 |
| HSL | 357.39º | 0.59% | 0.69% | - |
| HSV(B) | 357.39º | 0.41% | 0.87% | - |
| XYZ | 42.92 | 33.67 | 27.16 | - |
| YUV | 158.96 | 114.48 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 135 | 0 | 0.41 | 0.39 | 0.13 | 357.39 | 0.59 | 0.69 |
| Hex | DF | 83 | 87 | 0 | 29 | 27 | D | 165 | 3B | 45 |
| Octal | 337 | 203 | 207 | 0 | 51 | 47 | 15 | 545 | 73 | 105 |
| Binary | 11011111 | 10000011 | 10000111 | 0 | 101001 | 100111 | 1101 | 101100101 | 111011 | 1000101 |
Color Harmonies of #DF8387
Complementary color
Monochromatic Colors of #DF8387
Black with #DF8387
Text Example
Text Example
White with #DF8387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8387; }
p { color: rgb(223,131,135); }
H1.HeaderClassName
{
color: #DF8387;
}
.AnyTagClassName
{
color: #DF8387;
}
</style>
background-color css
<style>
a { background-color: #DF8387; }
a { background-color: rgb(223,131,135); }
div.DivClassName
{
background-color: #DF8387;
}
.BgClassName
{
background-color: #DF8387;
}
</style>
border-color css
<style>
span { border-color: #DF8387; }
span { border-color: rgb(223,131,135); }
td.TdClassName
{
border-color: #DF8387;
}
.TagClassName
{
border-color: #DF8387;
}
</style>