Shades of Carissma #DB858F
Tints of Carissma #DB858F
RGB
CMYK
RGB Variations
Color information
#DB858F (or 0xDB858F) is known color: Carissma. HEX triplet: DB, 85 and 8F. RGB value is (219,133,143). Sum of RGB (Red+Green+Blue) = 219+133+143=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB858F is #247A70. Grayscale: #9F9F9F. Windows color (decimal): -2390641 or 9405915. OLE color: 9405915.
HSL color Cylindrical-coordinate representation of color #DB858F: hue angle of 353.02º 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 #DB858F is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 143 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.14 |
| HSL | 353.02º | 0.54% | 0.69% | - |
| HSV(B) | 353.02º | 0.39% | 0.86% | - |
| XYZ | 42.56 | 33.82 | 30.27 | - |
| YUV | 159.85 | 118.49 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 143 | 0 | 0.39 | 0.35 | 0.14 | 353.02 | 0.54 | 0.69 |
| Hex | DB | 85 | 8F | 0 | 27 | 23 | E | 161 | 36 | 45 |
| Octal | 333 | 205 | 217 | 0 | 47 | 43 | 16 | 541 | 66 | 105 |
| Binary | 11011011 | 10000101 | 10001111 | 0 | 100111 | 100011 | 1110 | 101100001 | 110110 | 1000101 |
Color Harmonies of #DB858F
Complementary color
Monochromatic Colors of #DB858F
Black with #DB858F
Text Example
Text Example
White with #DB858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB858F; }
p { color: rgb(219,133,143); }
H1.HeaderClassName
{
color: #DB858F;
}
.AnyTagClassName
{
color: #DB858F;
}
</style>
background-color css
<style>
a { background-color: #DB858F; }
a { background-color: rgb(219,133,143); }
div.DivClassName
{
background-color: #DB858F;
}
.BgClassName
{
background-color: #DB858F;
}
</style>
border-color css
<style>
span { border-color: #DB858F; }
span { border-color: rgb(219,133,143); }
td.TdClassName
{
border-color: #DB858F;
}
.TagClassName
{
border-color: #DB858F;
}
</style>