Shades of Deep Blush #DC6C83
Tints of Deep Blush #DC6C83
RGB
CMYK
RGB Variations
Color information
#DC6C83 (or 0xDC6C83) is known color: Deep Blush. HEX triplet: DC, 6C and 83. RGB value is (220,108,131). Sum of RGB (Red+Green+Blue) = 220+108+131=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6C83 is #23937C. Grayscale: #909090. Windows color (decimal): -2331517 or 8613084. OLE color: 8613084.
HSL color Cylindrical-coordinate representation of color #DC6C83: hue angle of 347.68º degrees, saturation: 0.62, 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 #DC6C83 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 131 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.14 |
| HSL | 347.68º | 0.62% | 0.64% | - |
| HSV(B) | 347.68º | 0.51% | 0.86% | - |
| XYZ | 38.97 | 27.58 | 24.74 | - |
| YUV | 144.11 | 120.61 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 131 | 0 | 0.51 | 0.40 | 0.14 | 347.68 | 0.62 | 0.64 |
| Hex | DC | 6C | 83 | 0 | 33 | 28 | E | 15C | 3E | 40 |
| Octal | 334 | 154 | 203 | 0 | 63 | 50 | 16 | 534 | 76 | 100 |
| Binary | 11011100 | 1101100 | 10000011 | 0 | 110011 | 101000 | 1110 | 101011100 | 111110 | 1000000 |
Color Harmonies of #DC6C83
Complementary color
Monochromatic Colors of #DC6C83
Black with #DC6C83
Text Example
Text Example
White with #DC6C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6C83; }
p { color: rgb(220,108,131); }
H1.HeaderClassName
{
color: #DC6C83;
}
.AnyTagClassName
{
color: #DC6C83;
}
</style>
background-color css
<style>
a { background-color: #DC6C83; }
a { background-color: rgb(220,108,131); }
div.DivClassName
{
background-color: #DC6C83;
}
.BgClassName
{
background-color: #DC6C83;
}
</style>
border-color css
<style>
span { border-color: #DC6C83; }
span { border-color: rgb(220,108,131); }
td.TdClassName
{
border-color: #DC6C83;
}
.TagClassName
{
border-color: #DC6C83;
}
</style>