Shades of Deep Blush #DD768A
Tints of Deep Blush #DD768A
RGB
CMYK
RGB Variations
Color information
#DD768A (or 0xDD768A) is known color: Deep Blush. HEX triplet: DD, 76 and 8A. RGB value is (221,118,138). Sum of RGB (Red+Green+Blue) = 221+118+138=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD768A is #228975. Grayscale: #979797. Windows color (decimal): -2263414 or 9074397. OLE color: 9074397.
HSL color Cylindrical-coordinate representation of color #DD768A: hue angle of 348.35º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD768A is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 138 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.13 |
| HSL | 348.35º | 0.6% | 0.66% | - |
| HSV(B) | 348.35º | 0.47% | 0.87% | - |
| XYZ | 40.88 | 30.16 | 27.71 | - |
| YUV | 151.08 | 120.62 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 138 | 0 | 0.47 | 0.38 | 0.13 | 348.35 | 0.6 | 0.66 |
| Hex | DD | 76 | 8A | 0 | 2F | 26 | D | 15C | 3C | 42 |
| Octal | 335 | 166 | 212 | 0 | 57 | 46 | 15 | 534 | 74 | 102 |
| Binary | 11011101 | 1110110 | 10001010 | 0 | 101111 | 100110 | 1101 | 101011100 | 111100 | 1000010 |
Color Harmonies of #DD768A
Complementary color
Monochromatic Colors of #DD768A
Black with #DD768A
Text Example
Text Example
White with #DD768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD768A; }
p { color: rgb(221,118,138); }
H1.HeaderClassName
{
color: #DD768A;
}
.AnyTagClassName
{
color: #DD768A;
}
</style>
background-color css
<style>
a { background-color: #DD768A; }
a { background-color: rgb(221,118,138); }
div.DivClassName
{
background-color: #DD768A;
}
.BgClassName
{
background-color: #DD768A;
}
</style>
border-color css
<style>
span { border-color: #DD768A; }
span { border-color: rgb(221,118,138); }
td.TdClassName
{
border-color: #DD768A;
}
.TagClassName
{
border-color: #DD768A;
}
</style>