Shades of Carissma #DF899C
Tints of Carissma #DF899C
RGB
CMYK
RGB Variations
Color information
#DF899C (or 0xDF899C) is known color: Carissma. HEX triplet: DF, 89 and 9C. RGB value is (223,137,156). Sum of RGB (Red+Green+Blue) = 223+137+156=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF899C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF899C is #207663. Grayscale: #A4A4A4. Windows color (decimal): -2127460 or 10258911. OLE color: 10258911.
HSL color Cylindrical-coordinate representation of color #DF899C: hue angle of 346.74º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF899C is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 156 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.13 |
| HSL | 346.74º | 0.57% | 0.71% | - |
| HSV(B) | 346.74º | 0.39% | 0.87% | - |
| XYZ | 45.38 | 35.98 | 36.01 | - |
| YUV | 164.88 | 122.99 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 156 | 0 | 0.39 | 0.30 | 0.13 | 346.74 | 0.57 | 0.71 |
| Hex | DF | 89 | 9C | 0 | 27 | 1E | D | 15B | 39 | 47 |
| Octal | 337 | 211 | 234 | 0 | 47 | 36 | 15 | 533 | 71 | 107 |
| Binary | 11011111 | 10001001 | 10011100 | 0 | 100111 | 11110 | 1101 | 101011011 | 111001 | 1000111 |
Color Harmonies of #DF899C
Complementary color
Monochromatic Colors of #DF899C
Black with #DF899C
Text Example
Text Example
White with #DF899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF899C; }
p { color: rgb(223,137,156); }
H1.HeaderClassName
{
color: #DF899C;
}
.AnyTagClassName
{
color: #DF899C;
}
</style>
background-color css
<style>
a { background-color: #DF899C; }
a { background-color: rgb(223,137,156); }
div.DivClassName
{
background-color: #DF899C;
}
.BgClassName
{
background-color: #DF899C;
}
</style>
border-color css
<style>
span { border-color: #DF899C; }
span { border-color: rgb(223,137,156); }
td.TdClassName
{
border-color: #DF899C;
}
.TagClassName
{
border-color: #DF899C;
}
</style>