Shades of Pale Violet Red #DD7594
Tints of Pale Violet Red #DD7594
RGB
CMYK
RGB Variations
Color information
#DD7594 (or 0xDD7594) is known color: Pale Violet Red. HEX triplet: DD, 75 and 94. RGB value is (221,117,148). Sum of RGB (Red+Green+Blue) = 221+117+148=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7594 is #228A6B. Grayscale: #979797. Windows color (decimal): -2263660 or 9729501. OLE color: 9729501.
HSL color Cylindrical-coordinate representation of color #DD7594: hue angle of 342.12º 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 #DD7594 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 148 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.13 |
| HSL | 342.12º | 0.6% | 0.66% | - |
| HSV(B) | 342.12º | 0.47% | 0.87% | - |
| XYZ | 41.53 | 30.23 | 31.66 | - |
| YUV | 151.63 | 125.96 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 148 | 0 | 0.47 | 0.33 | 0.13 | 342.12 | 0.6 | 0.66 |
| Hex | DD | 75 | 94 | 0 | 2F | 21 | D | 156 | 3C | 42 |
| Octal | 335 | 165 | 224 | 0 | 57 | 41 | 15 | 526 | 74 | 102 |
| Binary | 11011101 | 1110101 | 10010100 | 0 | 101111 | 100001 | 1101 | 101010110 | 111100 | 1000010 |
Color Harmonies of #DD7594
Complementary color
Monochromatic Colors of #DD7594
Black with #DD7594
Text Example
Text Example
White with #DD7594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7594; }
p { color: rgb(221,117,148); }
H1.HeaderClassName
{
color: #DD7594;
}
.AnyTagClassName
{
color: #DD7594;
}
</style>
background-color css
<style>
a { background-color: #DD7594; }
a { background-color: rgb(221,117,148); }
div.DivClassName
{
background-color: #DD7594;
}
.BgClassName
{
background-color: #DD7594;
}
</style>
border-color css
<style>
span { border-color: #DD7594; }
span { border-color: rgb(221,117,148); }
td.TdClassName
{
border-color: #DD7594;
}
.TagClassName
{
border-color: #DD7594;
}
</style>