Shades of Carissma #DF809E
Tints of Carissma #DF809E
RGB
CMYK
RGB Variations
Color information
#DF809E (or 0xDF809E) is known color: Carissma. HEX triplet: DF, 80 and 9E. RGB value is (223,128,158). Sum of RGB (Red+Green+Blue) = 223+128+158=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF809E is #207F61. Grayscale: #9F9F9F. Windows color (decimal): -2129762 or 10387679. OLE color: 10387679.
HSL color Cylindrical-coordinate representation of color #DF809E: hue angle of 341.05º 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 #DF809E is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 158 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.13 |
| HSL | 341.05º | 0.6% | 0.69% | - |
| HSV(B) | 341.05º | 0.43% | 0.87% | - |
| XYZ | 44.32 | 33.59 | 36.5 | - |
| YUV | 159.83 | 126.97 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 158 | 0 | 0.43 | 0.29 | 0.13 | 341.05 | 0.6 | 0.69 |
| Hex | DF | 80 | 9E | 0 | 2B | 1D | D | 155 | 3C | 45 |
| Octal | 337 | 200 | 236 | 0 | 53 | 35 | 15 | 525 | 74 | 105 |
| Binary | 11011111 | 10000000 | 10011110 | 0 | 101011 | 11101 | 1101 | 101010101 | 111100 | 1000101 |
Color Harmonies of #DF809E
Complementary color
Monochromatic Colors of #DF809E
Black with #DF809E
Text Example
Text Example
White with #DF809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF809E; }
p { color: rgb(223,128,158); }
H1.HeaderClassName
{
color: #DF809E;
}
.AnyTagClassName
{
color: #DF809E;
}
</style>
background-color css
<style>
a { background-color: #DF809E; }
a { background-color: rgb(223,128,158); }
div.DivClassName
{
background-color: #DF809E;
}
.BgClassName
{
background-color: #DF809E;
}
</style>
border-color css
<style>
span { border-color: #DF809E; }
span { border-color: rgb(223,128,158); }
td.TdClassName
{
border-color: #DF809E;
}
.TagClassName
{
border-color: #DF809E;
}
</style>