Shades of Deep Blush #DC668A
Tints of Deep Blush #DC668A
RGB
CMYK
RGB Variations
Color information
#DC668A (or 0xDC668A) is known color: Deep Blush. HEX triplet: DC, 66 and 8A. RGB value is (220,102,138). Sum of RGB (Red+Green+Blue) = 220+102+138=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC668A is #239975. Grayscale: #8D8D8D. Windows color (decimal): -2333046 or 9070300. OLE color: 9070300.
HSL color Cylindrical-coordinate representation of color #DC668A: hue angle of 341.69º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC668A is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 138 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.14 |
| HSL | 341.69º | 0.63% | 0.63% | - |
| HSV(B) | 341.69º | 0.54% | 0.86% | - |
| XYZ | 38.85 | 26.55 | 27.12 | - |
| YUV | 141.39 | 126.09 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 138 | 0 | 0.54 | 0.37 | 0.14 | 341.69 | 0.63 | 0.63 |
| Hex | DC | 66 | 8A | 0 | 36 | 25 | E | 156 | 3F | 3F |
| Octal | 334 | 146 | 212 | 0 | 66 | 45 | 16 | 526 | 77 | 77 |
| Binary | 11011100 | 1100110 | 10001010 | 0 | 110110 | 100101 | 1110 | 101010110 | 111111 | 111111 |
Color Harmonies of #DC668A
Complementary color
Monochromatic Colors of #DC668A
Black with #DC668A
Text Example
Text Example
White with #DC668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC668A; }
p { color: rgb(220,102,138); }
H1.HeaderClassName
{
color: #DC668A;
}
.AnyTagClassName
{
color: #DC668A;
}
</style>
background-color css
<style>
a { background-color: #DC668A; }
a { background-color: rgb(220,102,138); }
div.DivClassName
{
background-color: #DC668A;
}
.BgClassName
{
background-color: #DC668A;
}
</style>
border-color css
<style>
span { border-color: #DC668A; }
span { border-color: rgb(220,102,138); }
td.TdClassName
{
border-color: #DC668A;
}
.TagClassName
{
border-color: #DC668A;
}
</style>