Shades of Deep Blush #DC6D83
Tints of Deep Blush #DC6D83
RGB
CMYK
RGB Variations
Color information
#DC6D83 (or 0xDC6D83) is known color: Deep Blush. HEX triplet: DC, 6D and 83. RGB value is (220,109,131). Sum of RGB (Red+Green+Blue) = 220+109+131=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6D83 is #23927C. Grayscale: #909090. Windows color (decimal): -2331261 or 8613340. OLE color: 8613340.
HSL color Cylindrical-coordinate representation of color #DC6D83: hue angle of 348.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6D83 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 131 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.14 |
| HSL | 348.11º | 0.61% | 0.65% | - |
| HSV(B) | 348.11º | 0.5% | 0.86% | - |
| XYZ | 39.08 | 27.79 | 24.78 | - |
| YUV | 144.7 | 120.27 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 131 | 0 | 0.50 | 0.40 | 0.14 | 348.11 | 0.61 | 0.65 |
| Hex | DC | 6D | 83 | 0 | 32 | 28 | E | 15C | 3D | 41 |
| Octal | 334 | 155 | 203 | 0 | 62 | 50 | 16 | 534 | 75 | 101 |
| Binary | 11011100 | 1101101 | 10000011 | 0 | 110010 | 101000 | 1110 | 101011100 | 111101 | 1000001 |
Color Harmonies of #DC6D83
Complementary color
Monochromatic Colors of #DC6D83
Black with #DC6D83
Text Example
Text Example
White with #DC6D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6D83; }
p { color: rgb(220,109,131); }
H1.HeaderClassName
{
color: #DC6D83;
}
.AnyTagClassName
{
color: #DC6D83;
}
</style>
background-color css
<style>
a { background-color: #DC6D83; }
a { background-color: rgb(220,109,131); }
div.DivClassName
{
background-color: #DC6D83;
}
.BgClassName
{
background-color: #DC6D83;
}
</style>
border-color css
<style>
span { border-color: #DC6D83; }
span { border-color: rgb(220,109,131); }
td.TdClassName
{
border-color: #DC6D83;
}
.TagClassName
{
border-color: #DC6D83;
}
</style>