Shades of Carissma #DB7D99
Tints of Carissma #DB7D99
RGB
CMYK
RGB Variations
Color information
#DB7D99 (or 0xDB7D99) is known color: Carissma. HEX triplet: DB, 7D and 99. RGB value is (219,125,153). Sum of RGB (Red+Green+Blue) = 219+125+153=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7D99 is #248266. Grayscale: #9C9C9C. Windows color (decimal): -2392679 or 10059227. OLE color: 10059227.
HSL color Cylindrical-coordinate representation of color #DB7D99: hue angle of 342.13º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7D99 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 153 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.14 |
| HSL | 342.13º | 0.57% | 0.67% | - |
| HSV(B) | 342.13º | 0.43% | 0.86% | - |
| XYZ | 42.3 | 32.03 | 34.09 | - |
| YUV | 156.3 | 126.14 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 153 | 0 | 0.43 | 0.30 | 0.14 | 342.13 | 0.57 | 0.67 |
| Hex | DB | 7D | 99 | 0 | 2B | 1E | E | 156 | 39 | 43 |
| Octal | 333 | 175 | 231 | 0 | 53 | 36 | 16 | 526 | 71 | 103 |
| Binary | 11011011 | 1111101 | 10011001 | 0 | 101011 | 11110 | 1110 | 101010110 | 111001 | 1000011 |
Color Harmonies of #DB7D99
Complementary color
Monochromatic Colors of #DB7D99
Black with #DB7D99
Text Example
Text Example
White with #DB7D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D99; }
p { color: rgb(219,125,153); }
H1.HeaderClassName
{
color: #DB7D99;
}
.AnyTagClassName
{
color: #DB7D99;
}
</style>
background-color css
<style>
a { background-color: #DB7D99; }
a { background-color: rgb(219,125,153); }
div.DivClassName
{
background-color: #DB7D99;
}
.BgClassName
{
background-color: #DB7D99;
}
</style>
border-color css
<style>
span { border-color: #DB7D99; }
span { border-color: rgb(219,125,153); }
td.TdClassName
{
border-color: #DB7D99;
}
.TagClassName
{
border-color: #DB7D99;
}
</style>