Shades of Carissma #DF879F
Tints of Carissma #DF879F
RGB
CMYK
RGB Variations
Color information
#DF879F (or 0xDF879F) is known color: Carissma. HEX triplet: DF, 87 and 9F. RGB value is (223,135,159). Sum of RGB (Red+Green+Blue) = 223+135+159=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF879F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF879F is #207860. Grayscale: #A4A4A4. Windows color (decimal): -2127969 or 10455007. OLE color: 10455007.
HSL color Cylindrical-coordinate representation of color #DF879F: hue angle of 343.64º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF879F is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 159 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.13 |
| HSL | 343.64º | 0.58% | 0.7% | - |
| HSV(B) | 343.64º | 0.39% | 0.87% | - |
| XYZ | 45.35 | 35.52 | 37.27 | - |
| YUV | 164.05 | 125.15 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 159 | 0 | 0.39 | 0.29 | 0.13 | 343.64 | 0.58 | 0.7 |
| Hex | DF | 87 | 9F | 0 | 27 | 1D | D | 158 | 3A | 46 |
| Octal | 337 | 207 | 237 | 0 | 47 | 35 | 15 | 530 | 72 | 106 |
| Binary | 11011111 | 10000111 | 10011111 | 0 | 100111 | 11101 | 1101 | 101011000 | 111010 | 1000110 |
Color Harmonies of #DF879F
Complementary color
Monochromatic Colors of #DF879F
Black with #DF879F
Text Example
Text Example
White with #DF879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF879F; }
p { color: rgb(223,135,159); }
H1.HeaderClassName
{
color: #DF879F;
}
.AnyTagClassName
{
color: #DF879F;
}
</style>
background-color css
<style>
a { background-color: #DF879F; }
a { background-color: rgb(223,135,159); }
div.DivClassName
{
background-color: #DF879F;
}
.BgClassName
{
background-color: #DF879F;
}
</style>
border-color css
<style>
span { border-color: #DF879F; }
span { border-color: rgb(223,135,159); }
td.TdClassName
{
border-color: #DF879F;
}
.TagClassName
{
border-color: #DF879F;
}
</style>