Shades of Carissma #DF8099
Tints of Carissma #DF8099
RGB
CMYK
RGB Variations
Color information
#DF8099 (or 0xDF8099) is known color: Carissma. HEX triplet: DF, 80 and 99. RGB value is (223,128,153). Sum of RGB (Red+Green+Blue) = 223+128+153=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8099 is #207F66. Grayscale: #9F9F9F. Windows color (decimal): -2129767 or 10059999. OLE color: 10059999.
HSL color Cylindrical-coordinate representation of color #DF8099: hue angle of 344.21º 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 #DF8099 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 153 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.13 |
| HSL | 344.21º | 0.6% | 0.69% | - |
| HSV(B) | 344.21º | 0.43% | 0.87% | - |
| XYZ | 43.9 | 33.43 | 34.28 | - |
| YUV | 159.26 | 124.47 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 153 | 0 | 0.43 | 0.31 | 0.13 | 344.21 | 0.6 | 0.69 |
| Hex | DF | 80 | 99 | 0 | 2B | 1F | D | 158 | 3C | 45 |
| Octal | 337 | 200 | 231 | 0 | 53 | 37 | 15 | 530 | 74 | 105 |
| Binary | 11011111 | 10000000 | 10011001 | 0 | 101011 | 11111 | 1101 | 101011000 | 111100 | 1000101 |
Color Harmonies of #DF8099
Complementary color
Monochromatic Colors of #DF8099
Black with #DF8099
Text Example
Text Example
White with #DF8099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8099; }
p { color: rgb(223,128,153); }
H1.HeaderClassName
{
color: #DF8099;
}
.AnyTagClassName
{
color: #DF8099;
}
</style>
background-color css
<style>
a { background-color: #DF8099; }
a { background-color: rgb(223,128,153); }
div.DivClassName
{
background-color: #DF8099;
}
.BgClassName
{
background-color: #DF8099;
}
</style>
border-color css
<style>
span { border-color: #DF8099; }
span { border-color: rgb(223,128,153); }
td.TdClassName
{
border-color: #DF8099;
}
.TagClassName
{
border-color: #DF8099;
}
</style>