Shades of Deep Blush #DD6A8A
Tints of Deep Blush #DD6A8A
RGB
CMYK
RGB Variations
Color information
#DD6A8A (or 0xDD6A8A) is known color: Deep Blush. HEX triplet: DD, 6A and 8A. RGB value is (221,106,138). Sum of RGB (Red+Green+Blue) = 221+106+138=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6A8A is #229575. Grayscale: #909090. Windows color (decimal): -2266486 or 9071325. OLE color: 9071325.
HSL color Cylindrical-coordinate representation of color #DD6A8A: hue angle of 343.3º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6A8A is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 138 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.13 |
| HSL | 343.3º | 0.63% | 0.64% | - |
| HSV(B) | 343.3º | 0.52% | 0.87% | - |
| XYZ | 39.56 | 27.52 | 27.27 | - |
| YUV | 144.03 | 124.6 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 138 | 0 | 0.52 | 0.38 | 0.13 | 343.3 | 0.63 | 0.64 |
| Hex | DD | 6A | 8A | 0 | 34 | 26 | D | 157 | 3F | 40 |
| Octal | 335 | 152 | 212 | 0 | 64 | 46 | 15 | 527 | 77 | 100 |
| Binary | 11011101 | 1101010 | 10001010 | 0 | 110100 | 100110 | 1101 | 101010111 | 111111 | 1000000 |
Color Harmonies of #DD6A8A
Complementary color
Monochromatic Colors of #DD6A8A
Black with #DD6A8A
Text Example
Text Example
White with #DD6A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6A8A; }
p { color: rgb(221,106,138); }
H1.HeaderClassName
{
color: #DD6A8A;
}
.AnyTagClassName
{
color: #DD6A8A;
}
</style>
background-color css
<style>
a { background-color: #DD6A8A; }
a { background-color: rgb(221,106,138); }
div.DivClassName
{
background-color: #DD6A8A;
}
.BgClassName
{
background-color: #DD6A8A;
}
</style>
border-color css
<style>
span { border-color: #DD6A8A; }
span { border-color: rgb(221,106,138); }
td.TdClassName
{
border-color: #DD6A8A;
}
.TagClassName
{
border-color: #DD6A8A;
}
</style>