Shades of Carissma #DF82A1
Tints of Carissma #DF82A1
RGB
CMYK
RGB Variations
Color information
#DF82A1 (or 0xDF82A1) is known color: Carissma. HEX triplet: DF, 82 and A1. RGB value is (223,130,161). Sum of RGB (Red+Green+Blue) = 223+130+161=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF82A1 is #207D5E. Grayscale: #A1A1A1. Windows color (decimal): -2129247 or 10584799. OLE color: 10584799.
HSL color Cylindrical-coordinate representation of color #DF82A1: hue angle of 340º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF82A1 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 161 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.13 |
| HSL | 340º | 0.59% | 0.69% | - |
| HSV(B) | 340º | 0.42% | 0.87% | - |
| XYZ | 44.85 | 34.23 | 37.96 | - |
| YUV | 161.34 | 127.81 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 161 | 0 | 0.42 | 0.28 | 0.13 | 340 | 0.59 | 0.69 |
| Hex | DF | 82 | A1 | 0 | 2A | 1C | D | 154 | 3B | 45 |
| Octal | 337 | 202 | 241 | 0 | 52 | 34 | 15 | 524 | 73 | 105 |
| Binary | 11011111 | 10000010 | 10100001 | 0 | 101010 | 11100 | 1101 | 101010100 | 111011 | 1000101 |
Color Harmonies of #DF82A1
Complementary color
Monochromatic Colors of #DF82A1
Black with #DF82A1
Text Example
Text Example
White with #DF82A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF82A1; }
p { color: rgb(223,130,161); }
H1.HeaderClassName
{
color: #DF82A1;
}
.AnyTagClassName
{
color: #DF82A1;
}
</style>
background-color css
<style>
a { background-color: #DF82A1; }
a { background-color: rgb(223,130,161); }
div.DivClassName
{
background-color: #DF82A1;
}
.BgClassName
{
background-color: #DF82A1;
}
</style>
border-color css
<style>
span { border-color: #DF82A1; }
span { border-color: rgb(223,130,161); }
td.TdClassName
{
border-color: #DF82A1;
}
.TagClassName
{
border-color: #DF82A1;
}
</style>