Shades of Carissma #DF82A2
Tints of Carissma #DF82A2
RGB
CMYK
RGB Variations
Color information
#DF82A2 (or 0xDF82A2) is known color: Carissma. HEX triplet: DF, 82 and A2. RGB value is (223,130,162). Sum of RGB (Red+Green+Blue) = 223+130+162=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF82A2 is #207D5D. Grayscale: #A1A1A1. Windows color (decimal): -2129246 or 10650335. OLE color: 10650335.
HSL color Cylindrical-coordinate representation of color #DF82A2: hue angle of 339.35º 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 #DF82A2 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 162 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.13 |
| HSL | 339.35º | 0.59% | 0.69% | - |
| HSV(B) | 339.35º | 0.42% | 0.87% | - |
| XYZ | 44.94 | 34.26 | 38.43 | - |
| YUV | 161.46 | 128.31 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 162 | 0 | 0.42 | 0.27 | 0.13 | 339.35 | 0.59 | 0.69 |
| Hex | DF | 82 | A2 | 0 | 2A | 1B | D | 153 | 3B | 45 |
| Octal | 337 | 202 | 242 | 0 | 52 | 33 | 15 | 523 | 73 | 105 |
| Binary | 11011111 | 10000010 | 10100010 | 0 | 101010 | 11011 | 1101 | 101010011 | 111011 | 1000101 |
Color Harmonies of #DF82A2
Complementary color
Monochromatic Colors of #DF82A2
Black with #DF82A2
Text Example
Text Example
White with #DF82A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF82A2; }
p { color: rgb(223,130,162); }
H1.HeaderClassName
{
color: #DF82A2;
}
.AnyTagClassName
{
color: #DF82A2;
}
</style>
background-color css
<style>
a { background-color: #DF82A2; }
a { background-color: rgb(223,130,162); }
div.DivClassName
{
background-color: #DF82A2;
}
.BgClassName
{
background-color: #DF82A2;
}
</style>
border-color css
<style>
span { border-color: #DF82A2; }
span { border-color: rgb(223,130,162); }
td.TdClassName
{
border-color: #DF82A2;
}
.TagClassName
{
border-color: #DF82A2;
}
</style>