Shades of Carissma #DF8198
Tints of Carissma #DF8198
RGB
CMYK
RGB Variations
Color information
#DF8198 (or 0xDF8198) is known color: Carissma. HEX triplet: DF, 81 and 98. RGB value is (223,129,152). Sum of RGB (Red+Green+Blue) = 223+129+152=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8198 is #207E67. Grayscale: #9F9F9F. Windows color (decimal): -2129512 or 9994719. OLE color: 9994719.
HSL color Cylindrical-coordinate representation of color #DF8198: hue angle of 345.32º 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 #DF8198 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 152 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.13 |
| HSL | 345.32º | 0.59% | 0.69% | - |
| HSV(B) | 345.32º | 0.42% | 0.87% | - |
| XYZ | 43.95 | 33.66 | 33.89 | - |
| YUV | 159.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 152 | 0 | 0.42 | 0.32 | 0.13 | 345.32 | 0.59 | 0.69 |
| Hex | DF | 81 | 98 | 0 | 2A | 20 | D | 159 | 3B | 45 |
| Octal | 337 | 201 | 230 | 0 | 52 | 40 | 15 | 531 | 73 | 105 |
| Binary | 11011111 | 10000001 | 10011000 | 0 | 101010 | 100000 | 1101 | 101011001 | 111011 | 1000101 |
Color Harmonies of #DF8198
Complementary color
Monochromatic Colors of #DF8198
Black with #DF8198
Text Example
Text Example
White with #DF8198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8198; }
p { color: rgb(223,129,152); }
H1.HeaderClassName
{
color: #DF8198;
}
.AnyTagClassName
{
color: #DF8198;
}
</style>
background-color css
<style>
a { background-color: #DF8198; }
a { background-color: rgb(223,129,152); }
div.DivClassName
{
background-color: #DF8198;
}
.BgClassName
{
background-color: #DF8198;
}
</style>
border-color css
<style>
span { border-color: #DF8198; }
span { border-color: rgb(223,129,152); }
td.TdClassName
{
border-color: #DF8198;
}
.TagClassName
{
border-color: #DF8198;
}
</style>