Shades of Deep Blush #DD678A
Tints of Deep Blush #DD678A
RGB
CMYK
RGB Variations
Color information
#DD678A (or 0xDD678A) is known color: Deep Blush. HEX triplet: DD, 67 and 8A. RGB value is (221,103,138). Sum of RGB (Red+Green+Blue) = 221+103+138=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD678A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD678A is #229875. Grayscale: #8E8E8E. Windows color (decimal): -2267254 or 9070557. OLE color: 9070557.
HSL color Cylindrical-coordinate representation of color #DD678A: hue angle of 342.2º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD678A is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 138 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.13 |
| HSL | 342.2º | 0.63% | 0.64% | - |
| HSV(B) | 342.2º | 0.53% | 0.87% | - |
| XYZ | 39.26 | 26.91 | 27.17 | - |
| YUV | 142.27 | 125.59 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 138 | 0 | 0.53 | 0.38 | 0.13 | 342.2 | 0.63 | 0.64 |
| Hex | DD | 67 | 8A | 0 | 35 | 26 | D | 156 | 3F | 40 |
| Octal | 335 | 147 | 212 | 0 | 65 | 46 | 15 | 526 | 77 | 100 |
| Binary | 11011101 | 1100111 | 10001010 | 0 | 110101 | 100110 | 1101 | 101010110 | 111111 | 1000000 |
Color Harmonies of #DD678A
Complementary color
Monochromatic Colors of #DD678A
Black with #DD678A
Text Example
Text Example
White with #DD678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD678A; }
p { color: rgb(221,103,138); }
H1.HeaderClassName
{
color: #DD678A;
}
.AnyTagClassName
{
color: #DD678A;
}
</style>
background-color css
<style>
a { background-color: #DD678A; }
a { background-color: rgb(221,103,138); }
div.DivClassName
{
background-color: #DD678A;
}
.BgClassName
{
background-color: #DD678A;
}
</style>
border-color css
<style>
span { border-color: #DD678A; }
span { border-color: rgb(221,103,138); }
td.TdClassName
{
border-color: #DD678A;
}
.TagClassName
{
border-color: #DD678A;
}
</style>