Shades of Pale Violet Red #DD6190
Tints of Pale Violet Red #DD6190
RGB
CMYK
RGB Variations
Color information
#DD6190 (or 0xDD6190) is known color: Pale Violet Red. HEX triplet: DD, 61 and 90. RGB value is (221,97,144). Sum of RGB (Red+Green+Blue) = 221+97+144=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6190 is #229E6F. Grayscale: #8B8B8B. Windows color (decimal): -2268784 or 9462237. OLE color: 9462237.
HSL color Cylindrical-coordinate representation of color #DD6190: hue angle of 337.26º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6190 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 144 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.13 |
| HSL | 337.26º | 0.65% | 0.62% | - |
| HSV(B) | 337.26º | 0.56% | 0.87% | - |
| XYZ | 39.13 | 25.94 | 29.33 | - |
| YUV | 139.43 | 130.58 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 144 | 0 | 0.56 | 0.35 | 0.13 | 337.26 | 0.65 | 0.62 |
| Hex | DD | 61 | 90 | 0 | 38 | 23 | D | 151 | 41 | 3E |
| Octal | 335 | 141 | 220 | 0 | 70 | 43 | 15 | 521 | 101 | 76 |
| Binary | 11011101 | 1100001 | 10010000 | 0 | 111000 | 100011 | 1101 | 101010001 | 1000001 | 111110 |
Color Harmonies of #DD6190
Complementary color
Monochromatic Colors of #DD6190
Black with #DD6190
Text Example
Text Example
White with #DD6190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6190; }
p { color: rgb(221,97,144); }
H1.HeaderClassName
{
color: #DD6190;
}
.AnyTagClassName
{
color: #DD6190;
}
</style>
background-color css
<style>
a { background-color: #DD6190; }
a { background-color: rgb(221,97,144); }
div.DivClassName
{
background-color: #DD6190;
}
.BgClassName
{
background-color: #DD6190;
}
</style>
border-color css
<style>
span { border-color: #DD6190; }
span { border-color: rgb(221,97,144); }
td.TdClassName
{
border-color: #DD6190;
}
.TagClassName
{
border-color: #DD6190;
}
</style>