Shades of Pale Violet Red #DD7490
Tints of Pale Violet Red #DD7490
RGB
CMYK
RGB Variations
Color information
#DD7490 (or 0xDD7490) is known color: Pale Violet Red. HEX triplet: DD, 74 and 90. RGB value is (221,116,144). Sum of RGB (Red+Green+Blue) = 221+116+144=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7490 is #228B6F. Grayscale: #969696. Windows color (decimal): -2263920 or 9467101. OLE color: 9467101.
HSL color Cylindrical-coordinate representation of color #DD7490: hue angle of 344º 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 #DD7490 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 116 | 144 | - |
CMYK | 0 | 0.48 | 0.35 | 0.13 |
HSL | 344º | 0.61% | 0.66% | - |
HSV(B) | 344º | 0.48% | 0.87% | - |
XYZ | 41.1 | 29.88 | 29.99 | - |
YUV | 150.59 | 124.29 | 178.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 116 | 144 | 0 | 0.48 | 0.35 | 0.13 | 344 | 0.61 | 0.66 |
Hex | DD | 74 | 90 | 0 | 30 | 23 | D | 158 | 3D | 42 |
Octal | 335 | 164 | 220 | 0 | 60 | 43 | 15 | 530 | 75 | 102 |
Binary | 11011101 | 1110100 | 10010000 | 0 | 110000 | 100011 | 1101 | 101011000 | 111101 | 1000010 |
Color Harmonies of #DD7490
Complementary color
Monochromatic Colors of #DD7490
Black with #DD7490
Text Example
Text Example
White with #DD7490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7490; }
p { color: rgb(221,116,144); }
H1.HeaderClassName
{
color: #DD7490;
}
.AnyTagClassName
{
color: #DD7490;
}
</style>
background-color css
<style>
a { background-color: #DD7490; }
a { background-color: rgb(221,116,144); }
div.DivClassName
{
background-color: #DD7490;
}
.BgClassName
{
background-color: #DD7490;
}
</style>
border-color css
<style>
span { border-color: #DD7490; }
span { border-color: rgb(221,116,144); }
td.TdClassName
{
border-color: #DD7490;
}
.TagClassName
{
border-color: #DD7490;
}
</style>