Shades of Carissma #DB7D8E
Tints of Carissma #DB7D8E
RGB
CMYK
RGB Variations
Color information
#DB7D8E (or 0xDB7D8E) is known color: Carissma. HEX triplet: DB, 7D and 8E. RGB value is (219,125,142). Sum of RGB (Red+Green+Blue) = 219+125+142=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7D8E is #248271. Grayscale: #9B9B9B. Windows color (decimal): -2392690 or 9338331. OLE color: 9338331.
HSL color Cylindrical-coordinate representation of color #DB7D8E: hue angle of 349.15º 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 #DB7D8E is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 142 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.14 |
| HSL | 349.15º | 0.57% | 0.67% | - |
| HSV(B) | 349.15º | 0.43% | 0.86% | - |
| XYZ | 41.43 | 31.68 | 29.52 | - |
| YUV | 155.04 | 120.64 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 142 | 0 | 0.43 | 0.35 | 0.14 | 349.15 | 0.57 | 0.67 |
| Hex | DB | 7D | 8E | 0 | 2B | 23 | E | 15D | 39 | 43 |
| Octal | 333 | 175 | 216 | 0 | 53 | 43 | 16 | 535 | 71 | 103 |
| Binary | 11011011 | 1111101 | 10001110 | 0 | 101011 | 100011 | 1110 | 101011101 | 111001 | 1000011 |
Color Harmonies of #DB7D8E
Complementary color
Monochromatic Colors of #DB7D8E
Black with #DB7D8E
Text Example
Text Example
White with #DB7D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D8E; }
p { color: rgb(219,125,142); }
H1.HeaderClassName
{
color: #DB7D8E;
}
.AnyTagClassName
{
color: #DB7D8E;
}
</style>
background-color css
<style>
a { background-color: #DB7D8E; }
a { background-color: rgb(219,125,142); }
div.DivClassName
{
background-color: #DB7D8E;
}
.BgClassName
{
background-color: #DB7D8E;
}
</style>
border-color css
<style>
span { border-color: #DB7D8E; }
span { border-color: rgb(219,125,142); }
td.TdClassName
{
border-color: #DB7D8E;
}
.TagClassName
{
border-color: #DB7D8E;
}
</style>