Shades of Carissma #DF808A
Tints of Carissma #DF808A
RGB
CMYK
RGB Variations
Color information
#DF808A (or 0xDF808A) is known color: Carissma. HEX triplet: DF, 80 and 8A. RGB value is (223,128,138). Sum of RGB (Red+Green+Blue) = 223+128+138=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF808A is #207F75. Grayscale: #9D9D9D. Windows color (decimal): -2129782 or 9076959. OLE color: 9076959.
HSL color Cylindrical-coordinate representation of color #DF808A: hue angle of 353.68º 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 #DF808A is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 138 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.13 |
| HSL | 353.68º | 0.6% | 0.69% | - |
| HSV(B) | 353.68º | 0.43% | 0.87% | - |
| XYZ | 42.74 | 32.96 | 28.15 | - |
| YUV | 157.55 | 116.97 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 138 | 0 | 0.43 | 0.38 | 0.13 | 353.68 | 0.6 | 0.69 |
| Hex | DF | 80 | 8A | 0 | 2B | 26 | D | 162 | 3C | 45 |
| Octal | 337 | 200 | 212 | 0 | 53 | 46 | 15 | 542 | 74 | 105 |
| Binary | 11011111 | 10000000 | 10001010 | 0 | 101011 | 100110 | 1101 | 101100010 | 111100 | 1000101 |
Color Harmonies of #DF808A
Complementary color
Monochromatic Colors of #DF808A
Black with #DF808A
Text Example
Text Example
White with #DF808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF808A; }
p { color: rgb(223,128,138); }
H1.HeaderClassName
{
color: #DF808A;
}
.AnyTagClassName
{
color: #DF808A;
}
</style>
background-color css
<style>
a { background-color: #DF808A; }
a { background-color: rgb(223,128,138); }
div.DivClassName
{
background-color: #DF808A;
}
.BgClassName
{
background-color: #DF808A;
}
</style>
border-color css
<style>
span { border-color: #DF808A; }
span { border-color: rgb(223,128,138); }
td.TdClassName
{
border-color: #DF808A;
}
.TagClassName
{
border-color: #DF808A;
}
</style>