Shades of Carissma #DF83A0
Tints of Carissma #DF83A0
RGB
CMYK
RGB Variations
Color information
#DF83A0 (or 0xDF83A0) is known color: Carissma. HEX triplet: DF, 83 and A0. RGB value is (223,131,160). Sum of RGB (Red+Green+Blue) = 223+131+160=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF83A0 is #207C5F. Grayscale: #A1A1A1. Windows color (decimal): -2128992 or 10519519. OLE color: 10519519.
HSL color Cylindrical-coordinate representation of color #DF83A0: hue angle of 341.09º 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 #DF83A0 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 160 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.13 |
| HSL | 341.09º | 0.59% | 0.69% | - |
| HSV(B) | 341.09º | 0.41% | 0.87% | - |
| XYZ | 44.89 | 34.46 | 37.54 | - |
| YUV | 161.81 | 126.98 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 160 | 0 | 0.41 | 0.28 | 0.13 | 341.09 | 0.59 | 0.69 |
| Hex | DF | 83 | A0 | 0 | 29 | 1C | D | 155 | 3B | 45 |
| Octal | 337 | 203 | 240 | 0 | 51 | 34 | 15 | 525 | 73 | 105 |
| Binary | 11011111 | 10000011 | 10100000 | 0 | 101001 | 11100 | 1101 | 101010101 | 111011 | 1000101 |
Color Harmonies of #DF83A0
Complementary color
Monochromatic Colors of #DF83A0
Black with #DF83A0
Text Example
Text Example
White with #DF83A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF83A0; }
p { color: rgb(223,131,160); }
H1.HeaderClassName
{
color: #DF83A0;
}
.AnyTagClassName
{
color: #DF83A0;
}
</style>
background-color css
<style>
a { background-color: #DF83A0; }
a { background-color: rgb(223,131,160); }
div.DivClassName
{
background-color: #DF83A0;
}
.BgClassName
{
background-color: #DF83A0;
}
</style>
border-color css
<style>
span { border-color: #DF83A0; }
span { border-color: rgb(223,131,160); }
td.TdClassName
{
border-color: #DF83A0;
}
.TagClassName
{
border-color: #DF83A0;
}
</style>