Shades of Carissma #DB7F90
Tints of Carissma #DB7F90
RGB
CMYK
RGB Variations
Color information
#DB7F90 (or 0xDB7F90) is known color: Carissma. HEX triplet: DB, 7F and 90. RGB value is (219,127,144). Sum of RGB (Red+Green+Blue) = 219+127+144=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7F90 is #24806F. Grayscale: #9C9C9C. Windows color (decimal): -2392176 or 9469915. OLE color: 9469915.
HSL color Cylindrical-coordinate representation of color #DB7F90: hue angle of 348.91º 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 #DB7F90 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 144 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.14 |
| HSL | 348.91º | 0.56% | 0.68% | - |
| HSV(B) | 348.91º | 0.42% | 0.86% | - |
| XYZ | 41.84 | 32.25 | 30.41 | - |
| YUV | 156.45 | 120.98 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 144 | 0 | 0.42 | 0.34 | 0.14 | 348.91 | 0.56 | 0.68 |
| Hex | DB | 7F | 90 | 0 | 2A | 22 | E | 15D | 38 | 44 |
| Octal | 333 | 177 | 220 | 0 | 52 | 42 | 16 | 535 | 70 | 104 |
| Binary | 11011011 | 1111111 | 10010000 | 0 | 101010 | 100010 | 1110 | 101011101 | 111000 | 1000100 |
Color Harmonies of #DB7F90
Complementary color
Monochromatic Colors of #DB7F90
Black with #DB7F90
Text Example
Text Example
White with #DB7F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F90; }
p { color: rgb(219,127,144); }
H1.HeaderClassName
{
color: #DB7F90;
}
.AnyTagClassName
{
color: #DB7F90;
}
</style>
background-color css
<style>
a { background-color: #DB7F90; }
a { background-color: rgb(219,127,144); }
div.DivClassName
{
background-color: #DB7F90;
}
.BgClassName
{
background-color: #DB7F90;
}
</style>
border-color css
<style>
span { border-color: #DB7F90; }
span { border-color: rgb(219,127,144); }
td.TdClassName
{
border-color: #DB7F90;
}
.TagClassName
{
border-color: #DB7F90;
}
</style>