Shades of Deep Blush #DC648A
Tints of Deep Blush #DC648A
RGB
CMYK
RGB Variations
Color information
#DC648A (or 0xDC648A) is known color: Deep Blush. HEX triplet: DC, 64 and 8A. RGB value is (220,100,138). Sum of RGB (Red+Green+Blue) = 220+100+138=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC648A is #239B75. Grayscale: #8C8C8C. Windows color (decimal): -2333558 or 9069788. OLE color: 9069788.
HSL color Cylindrical-coordinate representation of color #DC648A: hue angle of 341º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC648A is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 138 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.14 |
| HSL | 341º | 0.63% | 0.63% | - |
| HSV(B) | 341º | 0.55% | 0.86% | - |
| XYZ | 38.66 | 26.16 | 27.06 | - |
| YUV | 140.21 | 126.76 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 138 | 0 | 0.55 | 0.37 | 0.14 | 341 | 0.63 | 0.63 |
| Hex | DC | 64 | 8A | 0 | 37 | 25 | E | 155 | 3F | 3F |
| Octal | 334 | 144 | 212 | 0 | 67 | 45 | 16 | 525 | 77 | 77 |
| Binary | 11011100 | 1100100 | 10001010 | 0 | 110111 | 100101 | 1110 | 101010101 | 111111 | 111111 |
Color Harmonies of #DC648A
Complementary color
Monochromatic Colors of #DC648A
Black with #DC648A
Text Example
Text Example
White with #DC648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC648A; }
p { color: rgb(220,100,138); }
H1.HeaderClassName
{
color: #DC648A;
}
.AnyTagClassName
{
color: #DC648A;
}
</style>
background-color css
<style>
a { background-color: #DC648A; }
a { background-color: rgb(220,100,138); }
div.DivClassName
{
background-color: #DC648A;
}
.BgClassName
{
background-color: #DC648A;
}
</style>
border-color css
<style>
span { border-color: #DC648A; }
span { border-color: rgb(220,100,138); }
td.TdClassName
{
border-color: #DC648A;
}
.TagClassName
{
border-color: #DC648A;
}
</style>