Shades of Carissma #DF84A1
Tints of Carissma #DF84A1
RGB
CMYK
RGB Variations
Color information
#DF84A1 (or 0xDF84A1) is known color: Carissma. HEX triplet: DF, 84 and A1. RGB value is (223,132,161). Sum of RGB (Red+Green+Blue) = 223+132+161=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF84A1 is #207B5E. Grayscale: #A2A2A2. Windows color (decimal): -2128735 or 10585311. OLE color: 10585311.
HSL color Cylindrical-coordinate representation of color #DF84A1: hue angle of 340.88º 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 #DF84A1 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 161 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.13 |
| HSL | 340.88º | 0.59% | 0.7% | - |
| HSV(B) | 340.88º | 0.41% | 0.87% | - |
| XYZ | 45.12 | 34.76 | 38.05 | - |
| YUV | 162.52 | 127.15 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 161 | 0 | 0.41 | 0.28 | 0.13 | 340.88 | 0.59 | 0.7 |
| Hex | DF | 84 | A1 | 0 | 29 | 1C | D | 155 | 3B | 46 |
| Octal | 337 | 204 | 241 | 0 | 51 | 34 | 15 | 525 | 73 | 106 |
| Binary | 11011111 | 10000100 | 10100001 | 0 | 101001 | 11100 | 1101 | 101010101 | 111011 | 1000110 |
Color Harmonies of #DF84A1
Complementary color
Monochromatic Colors of #DF84A1
Black with #DF84A1
Text Example
Text Example
White with #DF84A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF84A1; }
p { color: rgb(223,132,161); }
H1.HeaderClassName
{
color: #DF84A1;
}
.AnyTagClassName
{
color: #DF84A1;
}
</style>
background-color css
<style>
a { background-color: #DF84A1; }
a { background-color: rgb(223,132,161); }
div.DivClassName
{
background-color: #DF84A1;
}
.BgClassName
{
background-color: #DF84A1;
}
</style>
border-color css
<style>
span { border-color: #DF84A1; }
span { border-color: rgb(223,132,161); }
td.TdClassName
{
border-color: #DF84A1;
}
.TagClassName
{
border-color: #DF84A1;
}
</style>