Shades of Carissma #DB809A
Tints of Carissma #DB809A
RGB
CMYK
RGB Variations
Color information
#DB809A (or 0xDB809A) is known color: Carissma. HEX triplet: DB, 80 and 9A. RGB value is (219,128,154). Sum of RGB (Red+Green+Blue) = 219+128+154=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB809A is #247F65. Grayscale: #9E9E9E. Windows color (decimal): -2391910 or 10125531. OLE color: 10125531.
HSL color Cylindrical-coordinate representation of color #DB809A: hue angle of 342.86º 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 #DB809A is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 128 | 154 | - |
CMYK | 0 | 0.42 | 0.30 | 0.14 |
HSL | 342.86º | 0.56% | 0.68% | - |
HSV(B) | 342.86º | 0.42% | 0.86% | - |
XYZ | 42.77 | 32.83 | 34.65 | - |
YUV | 158.17 | 125.65 | 171.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 128 | 154 | 0 | 0.42 | 0.30 | 0.14 | 342.86 | 0.56 | 0.68 |
Hex | DB | 80 | 9A | 0 | 2A | 1E | E | 157 | 38 | 44 |
Octal | 333 | 200 | 232 | 0 | 52 | 36 | 16 | 527 | 70 | 104 |
Binary | 11011011 | 10000000 | 10011010 | 0 | 101010 | 11110 | 1110 | 101010111 | 111000 | 1000100 |
Color Harmonies of #DB809A
Complementary color
Monochromatic Colors of #DB809A
Black with #DB809A
Text Example
Text Example
White with #DB809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB809A; }
p { color: rgb(219,128,154); }
H1.HeaderClassName
{
color: #DB809A;
}
.AnyTagClassName
{
color: #DB809A;
}
</style>
background-color css
<style>
a { background-color: #DB809A; }
a { background-color: rgb(219,128,154); }
div.DivClassName
{
background-color: #DB809A;
}
.BgClassName
{
background-color: #DB809A;
}
</style>
border-color css
<style>
span { border-color: #DB809A; }
span { border-color: rgb(219,128,154); }
td.TdClassName
{
border-color: #DB809A;
}
.TagClassName
{
border-color: #DB809A;
}
</style>