Shades of Carissma #DB7E8F
Tints of Carissma #DB7E8F
RGB
CMYK
RGB Variations
Color information
#DB7E8F (or 0xDB7E8F) is known color: Carissma. HEX triplet: DB, 7E and 8F. RGB value is (219,126,143). Sum of RGB (Red+Green+Blue) = 219+126+143=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7E8F is #248170. Grayscale: #9B9B9B. Windows color (decimal): -2392433 or 9404123. OLE color: 9404123.
HSL color Cylindrical-coordinate representation of color #DB7E8F: hue angle of 349.03º 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 #DB7E8F is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 143 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.14 |
| HSL | 349.03º | 0.56% | 0.68% | - |
| HSV(B) | 349.03º | 0.42% | 0.86% | - |
| XYZ | 41.63 | 31.96 | 29.96 | - |
| YUV | 155.75 | 120.81 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 143 | 0 | 0.42 | 0.35 | 0.14 | 349.03 | 0.56 | 0.68 |
| Hex | DB | 7E | 8F | 0 | 2A | 23 | E | 15D | 38 | 44 |
| Octal | 333 | 176 | 217 | 0 | 52 | 43 | 16 | 535 | 70 | 104 |
| Binary | 11011011 | 1111110 | 10001111 | 0 | 101010 | 100011 | 1110 | 101011101 | 111000 | 1000100 |
Color Harmonies of #DB7E8F
Complementary color
Monochromatic Colors of #DB7E8F
Black with #DB7E8F
Text Example
Text Example
White with #DB7E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E8F; }
p { color: rgb(219,126,143); }
H1.HeaderClassName
{
color: #DB7E8F;
}
.AnyTagClassName
{
color: #DB7E8F;
}
</style>
background-color css
<style>
a { background-color: #DB7E8F; }
a { background-color: rgb(219,126,143); }
div.DivClassName
{
background-color: #DB7E8F;
}
.BgClassName
{
background-color: #DB7E8F;
}
</style>
border-color css
<style>
span { border-color: #DB7E8F; }
span { border-color: rgb(219,126,143); }
td.TdClassName
{
border-color: #DB7E8F;
}
.TagClassName
{
border-color: #DB7E8F;
}
</style>