Shades of Carissma #DF8189
Tints of Carissma #DF8189
RGB
CMYK
RGB Variations
Color information
#DF8189 (or 0xDF8189) is known color: Carissma. HEX triplet: DF, 81 and 89. RGB value is (223,129,137). Sum of RGB (Red+Green+Blue) = 223+129+137=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8189 is #207E76. Grayscale: #9E9E9E. Windows color (decimal): -2129527 or 9011679. OLE color: 9011679.
HSL color Cylindrical-coordinate representation of color #DF8189: hue angle of 354.89º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF8189 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 137 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.13 |
| HSL | 354.89º | 0.59% | 0.69% | - |
| HSV(B) | 354.89º | 0.42% | 0.87% | - |
| XYZ | 42.8 | 33.19 | 27.82 | - |
| YUV | 158.02 | 116.14 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 137 | 0 | 0.42 | 0.39 | 0.13 | 354.89 | 0.59 | 0.69 |
| Hex | DF | 81 | 89 | 0 | 2A | 27 | D | 163 | 3B | 45 |
| Octal | 337 | 201 | 211 | 0 | 52 | 47 | 15 | 543 | 73 | 105 |
| Binary | 11011111 | 10000001 | 10001001 | 0 | 101010 | 100111 | 1101 | 101100011 | 111011 | 1000101 |
Color Harmonies of #DF8189
Complementary color
Monochromatic Colors of #DF8189
Black with #DF8189
Text Example
Text Example
White with #DF8189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8189; }
p { color: rgb(223,129,137); }
H1.HeaderClassName
{
color: #DF8189;
}
.AnyTagClassName
{
color: #DF8189;
}
</style>
background-color css
<style>
a { background-color: #DF8189; }
a { background-color: rgb(223,129,137); }
div.DivClassName
{
background-color: #DF8189;
}
.BgClassName
{
background-color: #DF8189;
}
</style>
border-color css
<style>
span { border-color: #DF8189; }
span { border-color: rgb(223,129,137); }
td.TdClassName
{
border-color: #DF8189;
}
.TagClassName
{
border-color: #DF8189;
}
</style>