Shades of Carissma #DF8384
Tints of Carissma #DF8384
RGB
CMYK
RGB Variations
Color information
#DF8384 (or 0xDF8384) is known color: Carissma. HEX triplet: DF, 83 and 84. RGB value is (223,131,132). Sum of RGB (Red+Green+Blue) = 223+131+132=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8384 is #207C7B. Grayscale: #9E9E9E. Windows color (decimal): -2129020 or 8684511. OLE color: 8684511.
HSL color Cylindrical-coordinate representation of color #DF8384: hue angle of 359.35º 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 #DF8384 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 132 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.13 |
| HSL | 359.35º | 0.59% | 0.69% | - |
| HSV(B) | 359.35º | 0.41% | 0.87% | - |
| XYZ | 42.71 | 33.59 | 26.06 | - |
| YUV | 158.62 | 112.98 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 132 | 0 | 0.41 | 0.41 | 0.13 | 359.35 | 0.59 | 0.69 |
| Hex | DF | 83 | 84 | 0 | 29 | 29 | D | 167 | 3B | 45 |
| Octal | 337 | 203 | 204 | 0 | 51 | 51 | 15 | 547 | 73 | 105 |
| Binary | 11011111 | 10000011 | 10000100 | 0 | 101001 | 101001 | 1101 | 101100111 | 111011 | 1000101 |
Color Harmonies of #DF8384
Complementary color
Monochromatic Colors of #DF8384
Black with #DF8384
Text Example
Text Example
White with #DF8384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8384; }
p { color: rgb(223,131,132); }
H1.HeaderClassName
{
color: #DF8384;
}
.AnyTagClassName
{
color: #DF8384;
}
</style>
background-color css
<style>
a { background-color: #DF8384; }
a { background-color: rgb(223,131,132); }
div.DivClassName
{
background-color: #DF8384;
}
.BgClassName
{
background-color: #DF8384;
}
</style>
border-color css
<style>
span { border-color: #DF8384; }
span { border-color: rgb(223,131,132); }
td.TdClassName
{
border-color: #DF8384;
}
.TagClassName
{
border-color: #DF8384;
}
</style>