Shades of Carissma #DB819A
Tints of Carissma #DB819A
RGB
CMYK
RGB Variations
Color information
#DB819A (or 0xDB819A) is known color: Carissma. HEX triplet: DB, 81 and 9A. RGB value is (219,129,154). Sum of RGB (Red+Green+Blue) = 219+129+154=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB819A is #247E65. Grayscale: #9E9E9E. Windows color (decimal): -2391654 or 10125787. OLE color: 10125787.
HSL color Cylindrical-coordinate representation of color #DB819A: hue angle of 343.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB819A is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 154 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.14 |
| HSL | 343.33º | 0.56% | 0.68% | - |
| HSV(B) | 343.33º | 0.41% | 0.86% | - |
| XYZ | 42.9 | 33.09 | 34.7 | - |
| YUV | 158.76 | 125.32 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 154 | 0 | 0.41 | 0.30 | 0.14 | 343.33 | 0.56 | 0.68 |
| Hex | DB | 81 | 9A | 0 | 29 | 1E | E | 157 | 38 | 44 |
| Octal | 333 | 201 | 232 | 0 | 51 | 36 | 16 | 527 | 70 | 104 |
| Binary | 11011011 | 10000001 | 10011010 | 0 | 101001 | 11110 | 1110 | 101010111 | 111000 | 1000100 |
Color Harmonies of #DB819A
Complementary color
Monochromatic Colors of #DB819A
Black with #DB819A
Text Example
Text Example
White with #DB819A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB819A; }
p { color: rgb(219,129,154); }
H1.HeaderClassName
{
color: #DB819A;
}
.AnyTagClassName
{
color: #DB819A;
}
</style>
background-color css
<style>
a { background-color: #DB819A; }
a { background-color: rgb(219,129,154); }
div.DivClassName
{
background-color: #DB819A;
}
.BgClassName
{
background-color: #DB819A;
}
</style>
border-color css
<style>
span { border-color: #DB819A; }
span { border-color: rgb(219,129,154); }
td.TdClassName
{
border-color: #DB819A;
}
.TagClassName
{
border-color: #DB819A;
}
</style>