Shades of Carissma #DF808F
Tints of Carissma #DF808F
RGB
CMYK
RGB Variations
Color information
#DF808F (or 0xDF808F) is known color: Carissma. HEX triplet: DF, 80 and 8F. RGB value is (223,128,143). Sum of RGB (Red+Green+Blue) = 223+128+143=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF808F is #207F70. Grayscale: #9E9E9E. Windows color (decimal): -2129777 or 9404639. OLE color: 9404639.
HSL color Cylindrical-coordinate representation of color #DF808F: hue angle of 350.53º 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 #DF808F is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 143 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.13 |
| HSL | 350.53º | 0.6% | 0.69% | - |
| HSV(B) | 350.53º | 0.43% | 0.87% | - |
| XYZ | 43.11 | 33.11 | 30.11 | - |
| YUV | 158.12 | 119.47 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 143 | 0 | 0.43 | 0.36 | 0.13 | 350.53 | 0.6 | 0.69 |
| Hex | DF | 80 | 8F | 0 | 2B | 24 | D | 15F | 3C | 45 |
| Octal | 337 | 200 | 217 | 0 | 53 | 44 | 15 | 537 | 74 | 105 |
| Binary | 11011111 | 10000000 | 10001111 | 0 | 101011 | 100100 | 1101 | 101011111 | 111100 | 1000101 |
Color Harmonies of #DF808F
Complementary color
Monochromatic Colors of #DF808F
Black with #DF808F
Text Example
Text Example
White with #DF808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF808F; }
p { color: rgb(223,128,143); }
H1.HeaderClassName
{
color: #DF808F;
}
.AnyTagClassName
{
color: #DF808F;
}
</style>
background-color css
<style>
a { background-color: #DF808F; }
a { background-color: rgb(223,128,143); }
div.DivClassName
{
background-color: #DF808F;
}
.BgClassName
{
background-color: #DF808F;
}
</style>
border-color css
<style>
span { border-color: #DF808F; }
span { border-color: rgb(223,128,143); }
td.TdClassName
{
border-color: #DF808F;
}
.TagClassName
{
border-color: #DF808F;
}
</style>