Shades of Deep Blush #DB6C85
Tints of Deep Blush #DB6C85
RGB
CMYK
RGB Variations
Color information
#DB6C85 (or 0xDB6C85) is known color: Deep Blush. HEX triplet: DB, 6C and 85. RGB value is (219,108,133). Sum of RGB (Red+Green+Blue) = 219+108+133=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6C85 is #24937A. Grayscale: #909090. Windows color (decimal): -2397051 or 8744155. OLE color: 8744155.
HSL color Cylindrical-coordinate representation of color #DB6C85: hue angle of 346.49º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6C85 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 133 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.14 |
| HSL | 346.49º | 0.61% | 0.64% | - |
| HSV(B) | 346.49º | 0.51% | 0.86% | - |
| XYZ | 38.81 | 27.48 | 25.45 | - |
| YUV | 144.04 | 121.77 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 133 | 0 | 0.51 | 0.39 | 0.14 | 346.49 | 0.61 | 0.64 |
| Hex | DB | 6C | 85 | 0 | 33 | 27 | E | 15A | 3D | 40 |
| Octal | 333 | 154 | 205 | 0 | 63 | 47 | 16 | 532 | 75 | 100 |
| Binary | 11011011 | 1101100 | 10000101 | 0 | 110011 | 100111 | 1110 | 101011010 | 111101 | 1000000 |
Color Harmonies of #DB6C85
Complementary color
Monochromatic Colors of #DB6C85
Black with #DB6C85
Text Example
Text Example
White with #DB6C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C85; }
p { color: rgb(219,108,133); }
H1.HeaderClassName
{
color: #DB6C85;
}
.AnyTagClassName
{
color: #DB6C85;
}
</style>
background-color css
<style>
a { background-color: #DB6C85; }
a { background-color: rgb(219,108,133); }
div.DivClassName
{
background-color: #DB6C85;
}
.BgClassName
{
background-color: #DB6C85;
}
</style>
border-color css
<style>
span { border-color: #DB6C85; }
span { border-color: rgb(219,108,133); }
td.TdClassName
{
border-color: #DB6C85;
}
.TagClassName
{
border-color: #DB6C85;
}
</style>