Shades of Carissma #DB7D8F
Tints of Carissma #DB7D8F
RGB
CMYK
RGB Variations
Color information
#DB7D8F (or 0xDB7D8F) is known color: Carissma. HEX triplet: DB, 7D and 8F. RGB value is (219,125,143). Sum of RGB (Red+Green+Blue) = 219+125+143=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7D8F is #248270. Grayscale: #9B9B9B. Windows color (decimal): -2392689 or 9403867. OLE color: 9403867.
HSL color Cylindrical-coordinate representation of color #DB7D8F: hue angle of 348.51º 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 #DB7D8F is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 143 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.14 |
| HSL | 348.51º | 0.57% | 0.67% | - |
| HSV(B) | 348.51º | 0.43% | 0.86% | - |
| XYZ | 41.5 | 31.71 | 29.92 | - |
| YUV | 155.16 | 121.14 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 143 | 0 | 0.43 | 0.35 | 0.14 | 348.51 | 0.57 | 0.67 |
| Hex | DB | 7D | 8F | 0 | 2B | 23 | E | 15D | 39 | 43 |
| Octal | 333 | 175 | 217 | 0 | 53 | 43 | 16 | 535 | 71 | 103 |
| Binary | 11011011 | 1111101 | 10001111 | 0 | 101011 | 100011 | 1110 | 101011101 | 111001 | 1000011 |
Color Harmonies of #DB7D8F
Complementary color
Monochromatic Colors of #DB7D8F
Black with #DB7D8F
Text Example
Text Example
White with #DB7D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D8F; }
p { color: rgb(219,125,143); }
H1.HeaderClassName
{
color: #DB7D8F;
}
.AnyTagClassName
{
color: #DB7D8F;
}
</style>
background-color css
<style>
a { background-color: #DB7D8F; }
a { background-color: rgb(219,125,143); }
div.DivClassName
{
background-color: #DB7D8F;
}
.BgClassName
{
background-color: #DB7D8F;
}
</style>
border-color css
<style>
span { border-color: #DB7D8F; }
span { border-color: rgb(219,125,143); }
td.TdClassName
{
border-color: #DB7D8F;
}
.TagClassName
{
border-color: #DB7D8F;
}
</style>