Shades of Carissma #DF8095
Tints of Carissma #DF8095
RGB
CMYK
RGB Variations
Color information
#DF8095 (or 0xDF8095) is known color: Carissma. HEX triplet: DF, 80 and 95. RGB value is (223,128,149). Sum of RGB (Red+Green+Blue) = 223+128+149=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8095 is #207F6A. Grayscale: #9E9E9E. Windows color (decimal): -2129771 or 9797855. OLE color: 9797855.
HSL color Cylindrical-coordinate representation of color #DF8095: hue angle of 346.74º 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 #DF8095 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 149 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.13 |
| HSL | 346.74º | 0.6% | 0.69% | - |
| HSV(B) | 346.74º | 0.43% | 0.87% | - |
| XYZ | 43.58 | 33.3 | 32.56 | - |
| YUV | 158.8 | 122.47 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 149 | 0 | 0.43 | 0.33 | 0.13 | 346.74 | 0.6 | 0.69 |
| Hex | DF | 80 | 95 | 0 | 2B | 21 | D | 15B | 3C | 45 |
| Octal | 337 | 200 | 225 | 0 | 53 | 41 | 15 | 533 | 74 | 105 |
| Binary | 11011111 | 10000000 | 10010101 | 0 | 101011 | 100001 | 1101 | 101011011 | 111100 | 1000101 |
Color Harmonies of #DF8095
Complementary color
Monochromatic Colors of #DF8095
Black with #DF8095
Text Example
Text Example
White with #DF8095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8095; }
p { color: rgb(223,128,149); }
H1.HeaderClassName
{
color: #DF8095;
}
.AnyTagClassName
{
color: #DF8095;
}
</style>
background-color css
<style>
a { background-color: #DF8095; }
a { background-color: rgb(223,128,149); }
div.DivClassName
{
background-color: #DF8095;
}
.BgClassName
{
background-color: #DF8095;
}
</style>
border-color css
<style>
span { border-color: #DF8095; }
span { border-color: rgb(223,128,149); }
td.TdClassName
{
border-color: #DF8095;
}
.TagClassName
{
border-color: #DF8095;
}
</style>