Shades of Carissma #DB8A94
Tints of Carissma #DB8A94
RGB
CMYK
RGB Variations
Color information
#DB8A94 (or 0xDB8A94) is known color: Carissma. HEX triplet: DB, 8A and 94. RGB value is (219,138,148). Sum of RGB (Red+Green+Blue) = 219+138+148=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8A94 is #24756B. Grayscale: #A3A3A3. Windows color (decimal): -2389356 or 9734875. OLE color: 9734875.
HSL color Cylindrical-coordinate representation of color #DB8A94: hue angle of 352.59º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8A94 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 148 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.14 |
| HSL | 352.59º | 0.53% | 0.7% | - |
| HSV(B) | 352.59º | 0.37% | 0.86% | - |
| XYZ | 43.65 | 35.38 | 32.54 | - |
| YUV | 163.36 | 119.34 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 148 | 0 | 0.37 | 0.32 | 0.14 | 352.59 | 0.53 | 0.7 |
| Hex | DB | 8A | 94 | 0 | 25 | 20 | E | 161 | 35 | 46 |
| Octal | 333 | 212 | 224 | 0 | 45 | 40 | 16 | 541 | 65 | 106 |
| Binary | 11011011 | 10001010 | 10010100 | 0 | 100101 | 100000 | 1110 | 101100001 | 110101 | 1000110 |
Color Harmonies of #DB8A94
Complementary color
Monochromatic Colors of #DB8A94
Black with #DB8A94
Text Example
Text Example
White with #DB8A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A94; }
p { color: rgb(219,138,148); }
H1.HeaderClassName
{
color: #DB8A94;
}
.AnyTagClassName
{
color: #DB8A94;
}
</style>
background-color css
<style>
a { background-color: #DB8A94; }
a { background-color: rgb(219,138,148); }
div.DivClassName
{
background-color: #DB8A94;
}
.BgClassName
{
background-color: #DB8A94;
}
</style>
border-color css
<style>
span { border-color: #DB8A94; }
span { border-color: rgb(219,138,148); }
td.TdClassName
{
border-color: #DB8A94;
}
.TagClassName
{
border-color: #DB8A94;
}
</style>