Shades of Carissma #DB7D8C
Tints of Carissma #DB7D8C
RGB
CMYK
RGB Variations
Color information
#DB7D8C (or 0xDB7D8C) is known color: Carissma. HEX triplet: DB, 7D and 8C. RGB value is (219,125,140). Sum of RGB (Red+Green+Blue) = 219+125+140=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7D8C is #248273. Grayscale: #9A9A9A. Windows color (decimal): -2392692 or 9207259. OLE color: 9207259.
HSL color Cylindrical-coordinate representation of color #DB7D8C: hue angle of 350.43º 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 #DB7D8C is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 140 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.14 |
| HSL | 350.43º | 0.57% | 0.67% | - |
| HSV(B) | 350.43º | 0.43% | 0.86% | - |
| XYZ | 41.28 | 31.62 | 28.74 | - |
| YUV | 154.82 | 119.64 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 140 | 0 | 0.43 | 0.36 | 0.14 | 350.43 | 0.57 | 0.67 |
| Hex | DB | 7D | 8C | 0 | 2B | 24 | E | 15E | 39 | 43 |
| Octal | 333 | 175 | 214 | 0 | 53 | 44 | 16 | 536 | 71 | 103 |
| Binary | 11011011 | 1111101 | 10001100 | 0 | 101011 | 100100 | 1110 | 101011110 | 111001 | 1000011 |
Color Harmonies of #DB7D8C
Complementary color
Monochromatic Colors of #DB7D8C
Black with #DB7D8C
Text Example
Text Example
White with #DB7D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D8C; }
p { color: rgb(219,125,140); }
H1.HeaderClassName
{
color: #DB7D8C;
}
.AnyTagClassName
{
color: #DB7D8C;
}
</style>
background-color css
<style>
a { background-color: #DB7D8C; }
a { background-color: rgb(219,125,140); }
div.DivClassName
{
background-color: #DB7D8C;
}
.BgClassName
{
background-color: #DB7D8C;
}
</style>
border-color css
<style>
span { border-color: #DB7D8C; }
span { border-color: rgb(219,125,140); }
td.TdClassName
{
border-color: #DB7D8C;
}
.TagClassName
{
border-color: #DB7D8C;
}
</style>