Shades of Deep Blush #DC6B82
Tints of Deep Blush #DC6B82
RGB
CMYK
RGB Variations
Color information
#DC6B82 (or 0xDC6B82) is known color: Deep Blush. HEX triplet: DC, 6B and 82. RGB value is (220,107,130). Sum of RGB (Red+Green+Blue) = 220+107+130=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6B82 is #23947D. Grayscale: #8F8F8F. Windows color (decimal): -2331774 or 8547292. OLE color: 8547292.
HSL color Cylindrical-coordinate representation of color #DC6B82: hue angle of 347.79º 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 #DC6B82 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 130 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.14 |
| HSL | 347.79º | 0.62% | 0.64% | - |
| HSV(B) | 347.79º | 0.51% | 0.86% | - |
| XYZ | 38.8 | 27.34 | 24.35 | - |
| YUV | 143.41 | 120.44 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 130 | 0 | 0.51 | 0.41 | 0.14 | 347.79 | 0.62 | 0.64 |
| Hex | DC | 6B | 82 | 0 | 33 | 29 | E | 15C | 3E | 40 |
| Octal | 334 | 153 | 202 | 0 | 63 | 51 | 16 | 534 | 76 | 100 |
| Binary | 11011100 | 1101011 | 10000010 | 0 | 110011 | 101001 | 1110 | 101011100 | 111110 | 1000000 |
Color Harmonies of #DC6B82
Complementary color
Monochromatic Colors of #DC6B82
Black with #DC6B82
Text Example
Text Example
White with #DC6B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B82; }
p { color: rgb(220,107,130); }
H1.HeaderClassName
{
color: #DC6B82;
}
.AnyTagClassName
{
color: #DC6B82;
}
</style>
background-color css
<style>
a { background-color: #DC6B82; }
a { background-color: rgb(220,107,130); }
div.DivClassName
{
background-color: #DC6B82;
}
.BgClassName
{
background-color: #DC6B82;
}
</style>
border-color css
<style>
span { border-color: #DC6B82; }
span { border-color: rgb(220,107,130); }
td.TdClassName
{
border-color: #DC6B82;
}
.TagClassName
{
border-color: #DC6B82;
}
</style>