Shades of Carissma #DB8692
Tints of Carissma #DB8692
RGB
CMYK
RGB Variations
Color information
#DB8692 (or 0xDB8692) is known color: Carissma. HEX triplet: DB, 86 and 92. RGB value is (219,134,146). Sum of RGB (Red+Green+Blue) = 219+134+146=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8692 is #24796D. Grayscale: #A0A0A0. Windows color (decimal): -2390382 or 9602779. OLE color: 9602779.
HSL color Cylindrical-coordinate representation of color #DB8692: hue angle of 351.53º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB8692 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 146 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.14 |
| HSL | 351.53º | 0.54% | 0.69% | - |
| HSV(B) | 351.53º | 0.39% | 0.86% | - |
| XYZ | 42.93 | 34.19 | 31.53 | - |
| YUV | 160.78 | 119.66 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 146 | 0 | 0.39 | 0.33 | 0.14 | 351.53 | 0.54 | 0.69 |
| Hex | DB | 86 | 92 | 0 | 27 | 21 | E | 160 | 36 | 45 |
| Octal | 333 | 206 | 222 | 0 | 47 | 41 | 16 | 540 | 66 | 105 |
| Binary | 11011011 | 10000110 | 10010010 | 0 | 100111 | 100001 | 1110 | 101100000 | 110110 | 1000101 |
Color Harmonies of #DB8692
Complementary color
Monochromatic Colors of #DB8692
Black with #DB8692
Text Example
Text Example
White with #DB8692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8692; }
p { color: rgb(219,134,146); }
H1.HeaderClassName
{
color: #DB8692;
}
.AnyTagClassName
{
color: #DB8692;
}
</style>
background-color css
<style>
a { background-color: #DB8692; }
a { background-color: rgb(219,134,146); }
div.DivClassName
{
background-color: #DB8692;
}
.BgClassName
{
background-color: #DB8692;
}
</style>
border-color css
<style>
span { border-color: #DB8692; }
span { border-color: rgb(219,134,146); }
td.TdClassName
{
border-color: #DB8692;
}
.TagClassName
{
border-color: #DB8692;
}
</style>