Shades of Deep Blush #DC6B8A
Tints of Deep Blush #DC6B8A
RGB
CMYK
RGB Variations
Color information
#DC6B8A (or 0xDC6B8A) is known color: Deep Blush. HEX triplet: DC, 6B and 8A. RGB value is (220,107,138). Sum of RGB (Red+Green+Blue) = 220+107+138=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6B8A is #239475. Grayscale: #909090. Windows color (decimal): -2331766 or 9071580. OLE color: 9071580.
HSL color Cylindrical-coordinate representation of color #DC6B8A: hue angle of 343.54º 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 #DC6B8A is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 138 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.14 |
| HSL | 343.54º | 0.62% | 0.64% | - |
| HSV(B) | 343.54º | 0.51% | 0.86% | - |
| XYZ | 39.36 | 27.57 | 27.29 | - |
| YUV | 144.32 | 124.44 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 138 | 0 | 0.51 | 0.37 | 0.14 | 343.54 | 0.62 | 0.64 |
| Hex | DC | 6B | 8A | 0 | 33 | 25 | E | 158 | 3E | 40 |
| Octal | 334 | 153 | 212 | 0 | 63 | 45 | 16 | 530 | 76 | 100 |
| Binary | 11011100 | 1101011 | 10001010 | 0 | 110011 | 100101 | 1110 | 101011000 | 111110 | 1000000 |
Color Harmonies of #DC6B8A
Complementary color
Monochromatic Colors of #DC6B8A
Black with #DC6B8A
Text Example
Text Example
White with #DC6B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B8A; }
p { color: rgb(220,107,138); }
H1.HeaderClassName
{
color: #DC6B8A;
}
.AnyTagClassName
{
color: #DC6B8A;
}
</style>
background-color css
<style>
a { background-color: #DC6B8A; }
a { background-color: rgb(220,107,138); }
div.DivClassName
{
background-color: #DC6B8A;
}
.BgClassName
{
background-color: #DC6B8A;
}
</style>
border-color css
<style>
span { border-color: #DC6B8A; }
span { border-color: rgb(220,107,138); }
td.TdClassName
{
border-color: #DC6B8A;
}
.TagClassName
{
border-color: #DC6B8A;
}
</style>