Shades of Deep Blush #DD7483
Tints of Deep Blush #DD7483
RGB
CMYK
RGB Variations
Color information
#DD7483 (or 0xDD7483) is known color: Deep Blush. HEX triplet: DD, 74 and 83. RGB value is (221,116,131). Sum of RGB (Red+Green+Blue) = 221+116+131=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7483 is #228B7C. Grayscale: #959595. Windows color (decimal): -2263933 or 8615133. OLE color: 8615133.
HSL color Cylindrical-coordinate representation of color #DD7483: hue angle of 351.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7483 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 131 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.13 |
| HSL | 351.43º | 0.61% | 0.66% | - |
| HSV(B) | 351.43º | 0.48% | 0.87% | - |
| XYZ | 40.16 | 29.5 | 25.05 | - |
| YUV | 149.11 | 117.79 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 131 | 0 | 0.48 | 0.41 | 0.13 | 351.43 | 0.61 | 0.66 |
| Hex | DD | 74 | 83 | 0 | 30 | 29 | D | 15F | 3D | 42 |
| Octal | 335 | 164 | 203 | 0 | 60 | 51 | 15 | 537 | 75 | 102 |
| Binary | 11011101 | 1110100 | 10000011 | 0 | 110000 | 101001 | 1101 | 101011111 | 111101 | 1000010 |
Color Harmonies of #DD7483
Complementary color
Monochromatic Colors of #DD7483
Black with #DD7483
Text Example
Text Example
White with #DD7483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7483; }
p { color: rgb(221,116,131); }
H1.HeaderClassName
{
color: #DD7483;
}
.AnyTagClassName
{
color: #DD7483;
}
</style>
background-color css
<style>
a { background-color: #DD7483; }
a { background-color: rgb(221,116,131); }
div.DivClassName
{
background-color: #DD7483;
}
.BgClassName
{
background-color: #DD7483;
}
</style>
border-color css
<style>
span { border-color: #DD7483; }
span { border-color: rgb(221,116,131); }
td.TdClassName
{
border-color: #DD7483;
}
.TagClassName
{
border-color: #DD7483;
}
</style>