Shades of Carissma #DB7F8C
Tints of Carissma #DB7F8C
RGB
CMYK
RGB Variations
Color information
#DB7F8C (or 0xDB7F8C) is known color: Carissma. HEX triplet: DB, 7F and 8C. RGB value is (219,127,140). Sum of RGB (Red+Green+Blue) = 219+127+140=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7F8C is #248073. Grayscale: #9C9C9C. Windows color (decimal): -2392180 or 9207771. OLE color: 9207771.
HSL color Cylindrical-coordinate representation of color #DB7F8C: hue angle of 351.52º 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 #DB7F8C is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 140 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.14 |
| HSL | 351.52º | 0.56% | 0.68% | - |
| HSV(B) | 351.52º | 0.42% | 0.86% | - |
| XYZ | 41.54 | 32.13 | 28.82 | - |
| YUV | 155.99 | 118.98 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 140 | 0 | 0.42 | 0.36 | 0.14 | 351.52 | 0.56 | 0.68 |
| Hex | DB | 7F | 8C | 0 | 2A | 24 | E | 160 | 38 | 44 |
| Octal | 333 | 177 | 214 | 0 | 52 | 44 | 16 | 540 | 70 | 104 |
| Binary | 11011011 | 1111111 | 10001100 | 0 | 101010 | 100100 | 1110 | 101100000 | 111000 | 1000100 |
Color Harmonies of #DB7F8C
Complementary color
Monochromatic Colors of #DB7F8C
Black with #DB7F8C
Text Example
Text Example
White with #DB7F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F8C; }
p { color: rgb(219,127,140); }
H1.HeaderClassName
{
color: #DB7F8C;
}
.AnyTagClassName
{
color: #DB7F8C;
}
</style>
background-color css
<style>
a { background-color: #DB7F8C; }
a { background-color: rgb(219,127,140); }
div.DivClassName
{
background-color: #DB7F8C;
}
.BgClassName
{
background-color: #DB7F8C;
}
</style>
border-color css
<style>
span { border-color: #DB7F8C; }
span { border-color: rgb(219,127,140); }
td.TdClassName
{
border-color: #DB7F8C;
}
.TagClassName
{
border-color: #DB7F8C;
}
</style>