Shades of Deep Blush #DC6A8B
Tints of Deep Blush #DC6A8B
RGB
CMYK
RGB Variations
Color information
#DC6A8B (or 0xDC6A8B) is known color: Deep Blush. HEX triplet: DC, 6A and 8B. RGB value is (220,106,139). Sum of RGB (Red+Green+Blue) = 220+106+139=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6A8B is #239574. Grayscale: #8F8F8F. Windows color (decimal): -2332021 or 9136860. OLE color: 9136860.
HSL color Cylindrical-coordinate representation of color #DC6A8B: hue angle of 342.63º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6A8B is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 139 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.14 |
| HSL | 342.63º | 0.62% | 0.64% | - |
| HSV(B) | 342.63º | 0.52% | 0.86% | - |
| XYZ | 39.33 | 27.39 | 27.64 | - |
| YUV | 143.85 | 125.27 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 139 | 0 | 0.52 | 0.37 | 0.14 | 342.63 | 0.62 | 0.64 |
| Hex | DC | 6A | 8B | 0 | 34 | 25 | E | 157 | 3E | 40 |
| Octal | 334 | 152 | 213 | 0 | 64 | 45 | 16 | 527 | 76 | 100 |
| Binary | 11011100 | 1101010 | 10001011 | 0 | 110100 | 100101 | 1110 | 101010111 | 111110 | 1000000 |
Color Harmonies of #DC6A8B
Complementary color
Monochromatic Colors of #DC6A8B
Black with #DC6A8B
Text Example
Text Example
White with #DC6A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A8B; }
p { color: rgb(220,106,139); }
H1.HeaderClassName
{
color: #DC6A8B;
}
.AnyTagClassName
{
color: #DC6A8B;
}
</style>
background-color css
<style>
a { background-color: #DC6A8B; }
a { background-color: rgb(220,106,139); }
div.DivClassName
{
background-color: #DC6A8B;
}
.BgClassName
{
background-color: #DC6A8B;
}
</style>
border-color css
<style>
span { border-color: #DC6A8B; }
span { border-color: rgb(220,106,139); }
td.TdClassName
{
border-color: #DC6A8B;
}
.TagClassName
{
border-color: #DC6A8B;
}
</style>