Shades of Carissma #DF80A3
Tints of Carissma #DF80A3
RGB
CMYK
RGB Variations
Color information
#DF80A3 (or 0xDF80A3) is known color: Carissma. HEX triplet: DF, 80 and A3. RGB value is (223,128,163). Sum of RGB (Red+Green+Blue) = 223+128+163=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF80A3 is #207F5C. Grayscale: #A0A0A0. Windows color (decimal): -2129757 or 10715359. OLE color: 10715359.
HSL color Cylindrical-coordinate representation of color #DF80A3: hue angle of 337.89º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF80A3 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 163 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.13 |
| HSL | 337.89º | 0.6% | 0.69% | - |
| HSV(B) | 337.89º | 0.43% | 0.87% | - |
| XYZ | 44.76 | 33.77 | 38.81 | - |
| YUV | 160.4 | 129.47 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 163 | 0 | 0.43 | 0.27 | 0.13 | 337.89 | 0.6 | 0.69 |
| Hex | DF | 80 | A3 | 0 | 2B | 1B | D | 152 | 3C | 45 |
| Octal | 337 | 200 | 243 | 0 | 53 | 33 | 15 | 522 | 74 | 105 |
| Binary | 11011111 | 10000000 | 10100011 | 0 | 101011 | 11011 | 1101 | 101010010 | 111100 | 1000101 |
Color Harmonies of #DF80A3
Complementary color
Monochromatic Colors of #DF80A3
Black with #DF80A3
Text Example
Text Example
White with #DF80A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF80A3; }
p { color: rgb(223,128,163); }
H1.HeaderClassName
{
color: #DF80A3;
}
.AnyTagClassName
{
color: #DF80A3;
}
</style>
background-color css
<style>
a { background-color: #DF80A3; }
a { background-color: rgb(223,128,163); }
div.DivClassName
{
background-color: #DF80A3;
}
.BgClassName
{
background-color: #DF80A3;
}
</style>
border-color css
<style>
span { border-color: #DF80A3; }
span { border-color: rgb(223,128,163); }
td.TdClassName
{
border-color: #DF80A3;
}
.TagClassName
{
border-color: #DF80A3;
}
</style>