Shades of Pale Violet Red #DD7693
Tints of Pale Violet Red #DD7693
RGB
CMYK
RGB Variations
Color information
#DD7693 (or 0xDD7693) is known color: Pale Violet Red. HEX triplet: DD, 76 and 93. RGB value is (221,118,147). Sum of RGB (Red+Green+Blue) = 221+118+147=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7693 is #22896C. Grayscale: #989898. Windows color (decimal): -2263405 or 9664221. OLE color: 9664221.
HSL color Cylindrical-coordinate representation of color #DD7693: hue angle of 343.11º 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 #DD7693 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 147 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.13 |
| HSL | 343.11º | 0.6% | 0.66% | - |
| HSV(B) | 343.11º | 0.47% | 0.87% | - |
| XYZ | 41.56 | 30.44 | 31.29 | - |
| YUV | 152.1 | 125.12 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 147 | 0 | 0.47 | 0.33 | 0.13 | 343.11 | 0.6 | 0.66 |
| Hex | DD | 76 | 93 | 0 | 2F | 21 | D | 157 | 3C | 42 |
| Octal | 335 | 166 | 223 | 0 | 57 | 41 | 15 | 527 | 74 | 102 |
| Binary | 11011101 | 1110110 | 10010011 | 0 | 101111 | 100001 | 1101 | 101010111 | 111100 | 1000010 |
Color Harmonies of #DD7693
Complementary color
Monochromatic Colors of #DD7693
Black with #DD7693
Text Example
Text Example
White with #DD7693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7693; }
p { color: rgb(221,118,147); }
H1.HeaderClassName
{
color: #DD7693;
}
.AnyTagClassName
{
color: #DD7693;
}
</style>
background-color css
<style>
a { background-color: #DD7693; }
a { background-color: rgb(221,118,147); }
div.DivClassName
{
background-color: #DD7693;
}
.BgClassName
{
background-color: #DD7693;
}
</style>
border-color css
<style>
span { border-color: #DD7693; }
span { border-color: rgb(221,118,147); }
td.TdClassName
{
border-color: #DD7693;
}
.TagClassName
{
border-color: #DD7693;
}
</style>