Shades of Deep Blush #DC6280
Tints of Deep Blush #DC6280
RGB
CMYK
RGB Variations
Color information
#DC6280 (or 0xDC6280) is known color: Deep Blush. HEX triplet: DC, 62 and 80. RGB value is (220,98,128). Sum of RGB (Red+Green+Blue) = 220+98+128=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6280 is #239D7F. Grayscale: #898989. Windows color (decimal): -2334080 or 8413916. OLE color: 8413916.
HSL color Cylindrical-coordinate representation of color #DC6280: hue angle of 345.25º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6280 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 128 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.14 |
| HSL | 345.25º | 0.64% | 0.62% | - |
| HSV(B) | 345.25º | 0.55% | 0.86% | - |
| XYZ | 37.78 | 25.51 | 23.35 | - |
| YUV | 137.9 | 122.42 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 128 | 0 | 0.55 | 0.42 | 0.14 | 345.25 | 0.64 | 0.62 |
| Hex | DC | 62 | 80 | 0 | 37 | 2A | E | 159 | 40 | 3E |
| Octal | 334 | 142 | 200 | 0 | 67 | 52 | 16 | 531 | 100 | 76 |
| Binary | 11011100 | 1100010 | 10000000 | 0 | 110111 | 101010 | 1110 | 101011001 | 1000000 | 111110 |
Color Harmonies of #DC6280
Complementary color
Monochromatic Colors of #DC6280
Black with #DC6280
Text Example
Text Example
White with #DC6280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6280; }
p { color: rgb(220,98,128); }
H1.HeaderClassName
{
color: #DC6280;
}
.AnyTagClassName
{
color: #DC6280;
}
</style>
background-color css
<style>
a { background-color: #DC6280; }
a { background-color: rgb(220,98,128); }
div.DivClassName
{
background-color: #DC6280;
}
.BgClassName
{
background-color: #DC6280;
}
</style>
border-color css
<style>
span { border-color: #DC6280; }
span { border-color: rgb(220,98,128); }
td.TdClassName
{
border-color: #DC6280;
}
.TagClassName
{
border-color: #DC6280;
}
</style>