Shades of Carissma #DF8298
Tints of Carissma #DF8298
RGB
CMYK
RGB Variations
Color information
#DF8298 (or 0xDF8298) is known color: Carissma. HEX triplet: DF, 82 and 98. RGB value is (223,130,152). Sum of RGB (Red+Green+Blue) = 223+130+152=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8298 is #207D67. Grayscale: #A0A0A0. Windows color (decimal): -2129256 or 9994975. OLE color: 9994975.
HSL color Cylindrical-coordinate representation of color #DF8298: hue angle of 345.81º 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 #DF8298 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 152 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.13 |
| HSL | 345.81º | 0.59% | 0.69% | - |
| HSV(B) | 345.81º | 0.42% | 0.87% | - |
| XYZ | 44.08 | 33.92 | 33.93 | - |
| YUV | 160.32 | 123.31 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 152 | 0 | 0.42 | 0.32 | 0.13 | 345.81 | 0.59 | 0.69 |
| Hex | DF | 82 | 98 | 0 | 2A | 20 | D | 15A | 3B | 45 |
| Octal | 337 | 202 | 230 | 0 | 52 | 40 | 15 | 532 | 73 | 105 |
| Binary | 11011111 | 10000010 | 10011000 | 0 | 101010 | 100000 | 1101 | 101011010 | 111011 | 1000101 |
Color Harmonies of #DF8298
Complementary color
Monochromatic Colors of #DF8298
Black with #DF8298
Text Example
Text Example
White with #DF8298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8298; }
p { color: rgb(223,130,152); }
H1.HeaderClassName
{
color: #DF8298;
}
.AnyTagClassName
{
color: #DF8298;
}
</style>
background-color css
<style>
a { background-color: #DF8298; }
a { background-color: rgb(223,130,152); }
div.DivClassName
{
background-color: #DF8298;
}
.BgClassName
{
background-color: #DF8298;
}
</style>
border-color css
<style>
span { border-color: #DF8298; }
span { border-color: rgb(223,130,152); }
td.TdClassName
{
border-color: #DF8298;
}
.TagClassName
{
border-color: #DF8298;
}
</style>