Shades of Carissma #DF84A0
Tints of Carissma #DF84A0
RGB
CMYK
RGB Variations
Color information
#DF84A0 (or 0xDF84A0) is known color: Carissma. HEX triplet: DF, 84 and A0. RGB value is (223,132,160). Sum of RGB (Red+Green+Blue) = 223+132+160=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF84A0 is #207B5F. Grayscale: #A2A2A2. Windows color (decimal): -2128736 or 10519775. OLE color: 10519775.
HSL color Cylindrical-coordinate representation of color #DF84A0: hue angle of 341.54º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF84A0 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 160 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.13 |
| HSL | 341.54º | 0.59% | 0.7% | - |
| HSV(B) | 341.54º | 0.41% | 0.87% | - |
| XYZ | 45.03 | 34.73 | 37.59 | - |
| YUV | 162.4 | 126.65 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 160 | 0 | 0.41 | 0.28 | 0.13 | 341.54 | 0.59 | 0.7 |
| Hex | DF | 84 | A0 | 0 | 29 | 1C | D | 156 | 3B | 46 |
| Octal | 337 | 204 | 240 | 0 | 51 | 34 | 15 | 526 | 73 | 106 |
| Binary | 11011111 | 10000100 | 10100000 | 0 | 101001 | 11100 | 1101 | 101010110 | 111011 | 1000110 |
Color Harmonies of #DF84A0
Complementary color
Monochromatic Colors of #DF84A0
Black with #DF84A0
Text Example
Text Example
White with #DF84A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF84A0; }
p { color: rgb(223,132,160); }
H1.HeaderClassName
{
color: #DF84A0;
}
.AnyTagClassName
{
color: #DF84A0;
}
</style>
background-color css
<style>
a { background-color: #DF84A0; }
a { background-color: rgb(223,132,160); }
div.DivClassName
{
background-color: #DF84A0;
}
.BgClassName
{
background-color: #DF84A0;
}
</style>
border-color css
<style>
span { border-color: #DF84A0; }
span { border-color: rgb(223,132,160); }
td.TdClassName
{
border-color: #DF84A0;
}
.TagClassName
{
border-color: #DF84A0;
}
</style>