Shades of Deep Blush #DD6B8A
Tints of Deep Blush #DD6B8A
RGB
CMYK
RGB Variations
Color information
#DD6B8A (or 0xDD6B8A) is known color: Deep Blush. HEX triplet: DD, 6B and 8A. RGB value is (221,107,138). Sum of RGB (Red+Green+Blue) = 221+107+138=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6B8A is #229475. Grayscale: #909090. Windows color (decimal): -2266230 or 9071581. OLE color: 9071581.
HSL color Cylindrical-coordinate representation of color #DD6B8A: hue angle of 343.68º 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 #DD6B8A is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 138 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.13 |
| HSL | 343.68º | 0.63% | 0.64% | - |
| HSV(B) | 343.68º | 0.52% | 0.87% | - |
| XYZ | 39.66 | 27.72 | 27.31 | - |
| YUV | 144.62 | 124.27 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 138 | 0 | 0.52 | 0.38 | 0.13 | 343.68 | 0.63 | 0.64 |
| Hex | DD | 6B | 8A | 0 | 34 | 26 | D | 158 | 3F | 40 |
| Octal | 335 | 153 | 212 | 0 | 64 | 46 | 15 | 530 | 77 | 100 |
| Binary | 11011101 | 1101011 | 10001010 | 0 | 110100 | 100110 | 1101 | 101011000 | 111111 | 1000000 |
Color Harmonies of #DD6B8A
Complementary color
Monochromatic Colors of #DD6B8A
Black with #DD6B8A
Text Example
Text Example
White with #DD6B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B8A; }
p { color: rgb(221,107,138); }
H1.HeaderClassName
{
color: #DD6B8A;
}
.AnyTagClassName
{
color: #DD6B8A;
}
</style>
background-color css
<style>
a { background-color: #DD6B8A; }
a { background-color: rgb(221,107,138); }
div.DivClassName
{
background-color: #DD6B8A;
}
.BgClassName
{
background-color: #DD6B8A;
}
</style>
border-color css
<style>
span { border-color: #DD6B8A; }
span { border-color: rgb(221,107,138); }
td.TdClassName
{
border-color: #DD6B8A;
}
.TagClassName
{
border-color: #DD6B8A;
}
</style>