Shades of Carissma #DB7D91
Tints of Carissma #DB7D91
RGB
CMYK
RGB Variations
Color information
#DB7D91 (or 0xDB7D91) is known color: Carissma. HEX triplet: DB, 7D and 91. RGB value is (219,125,145). Sum of RGB (Red+Green+Blue) = 219+125+145=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7D91 is #24826E. Grayscale: #9B9B9B. Windows color (decimal): -2392687 or 9534939. OLE color: 9534939.
HSL color Cylindrical-coordinate representation of color #DB7D91: hue angle of 347.23º 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 #DB7D91 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 145 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.14 |
| HSL | 347.23º | 0.57% | 0.67% | - |
| HSV(B) | 347.23º | 0.43% | 0.86% | - |
| XYZ | 41.66 | 31.77 | 30.73 | - |
| YUV | 155.39 | 122.14 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 145 | 0 | 0.43 | 0.34 | 0.14 | 347.23 | 0.57 | 0.67 |
| Hex | DB | 7D | 91 | 0 | 2B | 22 | E | 15B | 39 | 43 |
| Octal | 333 | 175 | 221 | 0 | 53 | 42 | 16 | 533 | 71 | 103 |
| Binary | 11011011 | 1111101 | 10010001 | 0 | 101011 | 100010 | 1110 | 101011011 | 111001 | 1000011 |
Color Harmonies of #DB7D91
Complementary color
Monochromatic Colors of #DB7D91
Black with #DB7D91
Text Example
Text Example
White with #DB7D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D91; }
p { color: rgb(219,125,145); }
H1.HeaderClassName
{
color: #DB7D91;
}
.AnyTagClassName
{
color: #DB7D91;
}
</style>
background-color css
<style>
a { background-color: #DB7D91; }
a { background-color: rgb(219,125,145); }
div.DivClassName
{
background-color: #DB7D91;
}
.BgClassName
{
background-color: #DB7D91;
}
</style>
border-color css
<style>
span { border-color: #DB7D91; }
span { border-color: rgb(219,125,145); }
td.TdClassName
{
border-color: #DB7D91;
}
.TagClassName
{
border-color: #DB7D91;
}
</style>