Shades of Carissma #DB7F87
Tints of Carissma #DB7F87
RGB
CMYK
RGB Variations
Color information
#DB7F87 (or 0xDB7F87) is known color: Carissma. HEX triplet: DB, 7F and 87. RGB value is (219,127,135). Sum of RGB (Red+Green+Blue) = 219+127+135=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7F87 is #248078. Grayscale: #9B9B9B. Windows color (decimal): -2392185 or 8880091. OLE color: 8880091.
HSL color Cylindrical-coordinate representation of color #DB7F87: hue angle of 354.78º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7F87 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 135 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.14 |
| HSL | 354.78º | 0.56% | 0.68% | - |
| HSV(B) | 354.78º | 0.42% | 0.86% | - |
| XYZ | 41.18 | 31.99 | 26.93 | - |
| YUV | 155.42 | 116.48 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 135 | 0 | 0.42 | 0.38 | 0.14 | 354.78 | 0.56 | 0.68 |
| Hex | DB | 7F | 87 | 0 | 2A | 26 | E | 163 | 38 | 44 |
| Octal | 333 | 177 | 207 | 0 | 52 | 46 | 16 | 543 | 70 | 104 |
| Binary | 11011011 | 1111111 | 10000111 | 0 | 101010 | 100110 | 1110 | 101100011 | 111000 | 1000100 |
Color Harmonies of #DB7F87
Complementary color
Monochromatic Colors of #DB7F87
Black with #DB7F87
Text Example
Text Example
White with #DB7F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F87; }
p { color: rgb(219,127,135); }
H1.HeaderClassName
{
color: #DB7F87;
}
.AnyTagClassName
{
color: #DB7F87;
}
</style>
background-color css
<style>
a { background-color: #DB7F87; }
a { background-color: rgb(219,127,135); }
div.DivClassName
{
background-color: #DB7F87;
}
.BgClassName
{
background-color: #DB7F87;
}
</style>
border-color css
<style>
span { border-color: #DB7F87; }
span { border-color: rgb(219,127,135); }
td.TdClassName
{
border-color: #DB7F87;
}
.TagClassName
{
border-color: #DB7F87;
}
</style>