Shades of Carissma #DF879D
Tints of Carissma #DF879D
RGB
CMYK
RGB Variations
Color information
#DF879D (or 0xDF879D) is known color: Carissma. HEX triplet: DF, 87 and 9D. RGB value is (223,135,157). Sum of RGB (Red+Green+Blue) = 223+135+157=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF879D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF879D is #207862. Grayscale: #A3A3A3. Windows color (decimal): -2127971 or 10323935. OLE color: 10323935.
HSL color Cylindrical-coordinate representation of color #DF879D: hue angle of 345º 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 #DF879D is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 157 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.13 |
| HSL | 345º | 0.58% | 0.7% | - |
| HSV(B) | 345º | 0.39% | 0.87% | - |
| XYZ | 45.18 | 35.45 | 36.36 | - |
| YUV | 163.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 157 | 0 | 0.39 | 0.30 | 0.13 | 345 | 0.58 | 0.7 |
| Hex | DF | 87 | 9D | 0 | 27 | 1E | D | 159 | 3A | 46 |
| Octal | 337 | 207 | 235 | 0 | 47 | 36 | 15 | 531 | 72 | 106 |
| Binary | 11011111 | 10000111 | 10011101 | 0 | 100111 | 11110 | 1101 | 101011001 | 111010 | 1000110 |
Color Harmonies of #DF879D
Complementary color
Monochromatic Colors of #DF879D
Black with #DF879D
Text Example
Text Example
White with #DF879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF879D; }
p { color: rgb(223,135,157); }
H1.HeaderClassName
{
color: #DF879D;
}
.AnyTagClassName
{
color: #DF879D;
}
</style>
background-color css
<style>
a { background-color: #DF879D; }
a { background-color: rgb(223,135,157); }
div.DivClassName
{
background-color: #DF879D;
}
.BgClassName
{
background-color: #DF879D;
}
</style>
border-color css
<style>
span { border-color: #DF879D; }
span { border-color: rgb(223,135,157); }
td.TdClassName
{
border-color: #DF879D;
}
.TagClassName
{
border-color: #DF879D;
}
</style>