Shades of Carissma #DF8398
Tints of Carissma #DF8398
RGB
CMYK
RGB Variations
Color information
#DF8398 (or 0xDF8398) is known color: Carissma. HEX triplet: DF, 83 and 98. RGB value is (223,131,152). Sum of RGB (Red+Green+Blue) = 223+131+152=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8398 is #207C67. Grayscale: #A0A0A0. Windows color (decimal): -2129000 or 9995231. OLE color: 9995231.
HSL color Cylindrical-coordinate representation of color #DF8398: hue angle of 346.3º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF8398 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 152 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.13 |
| HSL | 346.3º | 0.59% | 0.69% | - |
| HSV(B) | 346.3º | 0.41% | 0.87% | - |
| XYZ | 44.22 | 34.19 | 33.97 | - |
| YUV | 160.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 152 | 0 | 0.41 | 0.32 | 0.13 | 346.3 | 0.59 | 0.69 |
| Hex | DF | 83 | 98 | 0 | 29 | 20 | D | 15A | 3B | 45 |
| Octal | 337 | 203 | 230 | 0 | 51 | 40 | 15 | 532 | 73 | 105 |
| Binary | 11011111 | 10000011 | 10011000 | 0 | 101001 | 100000 | 1101 | 101011010 | 111011 | 1000101 |
Color Harmonies of #DF8398
Complementary color
Monochromatic Colors of #DF8398
Black with #DF8398
Text Example
Text Example
White with #DF8398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8398; }
p { color: rgb(223,131,152); }
H1.HeaderClassName
{
color: #DF8398;
}
.AnyTagClassName
{
color: #DF8398;
}
</style>
background-color css
<style>
a { background-color: #DF8398; }
a { background-color: rgb(223,131,152); }
div.DivClassName
{
background-color: #DF8398;
}
.BgClassName
{
background-color: #DF8398;
}
</style>
border-color css
<style>
span { border-color: #DF8398; }
span { border-color: rgb(223,131,152); }
td.TdClassName
{
border-color: #DF8398;
}
.TagClassName
{
border-color: #DF8398;
}
</style>