Shades of Pale Violet Red #DD6490
Tints of Pale Violet Red #DD6490
RGB
CMYK
RGB Variations
Color information
#DD6490 (or 0xDD6490) is known color: Pale Violet Red. HEX triplet: DD, 64 and 90. RGB value is (221,100,144). Sum of RGB (Red+Green+Blue) = 221+100+144=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6490 is #229B6F. Grayscale: #8D8D8D. Windows color (decimal): -2268016 or 9463005. OLE color: 9463005.
HSL color Cylindrical-coordinate representation of color #DD6490: hue angle of 338.18º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD6490 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 144 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.13 |
| HSL | 338.18º | 0.64% | 0.63% | - |
| HSV(B) | 338.18º | 0.55% | 0.87% | - |
| XYZ | 39.41 | 26.5 | 29.42 | - |
| YUV | 141.2 | 129.59 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 144 | 0 | 0.55 | 0.35 | 0.13 | 338.18 | 0.64 | 0.63 |
| Hex | DD | 64 | 90 | 0 | 37 | 23 | D | 152 | 40 | 3F |
| Octal | 335 | 144 | 220 | 0 | 67 | 43 | 15 | 522 | 100 | 77 |
| Binary | 11011101 | 1100100 | 10010000 | 0 | 110111 | 100011 | 1101 | 101010010 | 1000000 | 111111 |
Color Harmonies of #DD6490
Complementary color
Monochromatic Colors of #DD6490
Black with #DD6490
Text Example
Text Example
White with #DD6490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6490; }
p { color: rgb(221,100,144); }
H1.HeaderClassName
{
color: #DD6490;
}
.AnyTagClassName
{
color: #DD6490;
}
</style>
background-color css
<style>
a { background-color: #DD6490; }
a { background-color: rgb(221,100,144); }
div.DivClassName
{
background-color: #DD6490;
}
.BgClassName
{
background-color: #DD6490;
}
</style>
border-color css
<style>
span { border-color: #DD6490; }
span { border-color: rgb(221,100,144); }
td.TdClassName
{
border-color: #DD6490;
}
.TagClassName
{
border-color: #DD6490;
}
</style>