Shades of Pale Violet Red #DD6192
Tints of Pale Violet Red #DD6192
RGB
CMYK
RGB Variations
Color information
#DD6192 (or 0xDD6192) is known color: Pale Violet Red. HEX triplet: DD, 61 and 92. RGB value is (221,97,146). Sum of RGB (Red+Green+Blue) = 221+97+146=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6192 is #229E6D. Grayscale: #8B8B8B. Windows color (decimal): -2268782 or 9593309. OLE color: 9593309.
HSL color Cylindrical-coordinate representation of color #DD6192: hue angle of 336.29º 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 #DD6192 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 146 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.13 |
| HSL | 336.29º | 0.65% | 0.62% | - |
| HSV(B) | 336.29º | 0.56% | 0.87% | - |
| XYZ | 39.28 | 26 | 30.14 | - |
| YUV | 139.66 | 131.58 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 146 | 0 | 0.56 | 0.34 | 0.13 | 336.29 | 0.65 | 0.62 |
| Hex | DD | 61 | 92 | 0 | 38 | 22 | D | 150 | 41 | 3E |
| Octal | 335 | 141 | 222 | 0 | 70 | 42 | 15 | 520 | 101 | 76 |
| Binary | 11011101 | 1100001 | 10010010 | 0 | 111000 | 100010 | 1101 | 101010000 | 1000001 | 111110 |
Color Harmonies of #DD6192
Complementary color
Monochromatic Colors of #DD6192
Black with #DD6192
Text Example
Text Example
White with #DD6192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6192; }
p { color: rgb(221,97,146); }
H1.HeaderClassName
{
color: #DD6192;
}
.AnyTagClassName
{
color: #DD6192;
}
</style>
background-color css
<style>
a { background-color: #DD6192; }
a { background-color: rgb(221,97,146); }
div.DivClassName
{
background-color: #DD6192;
}
.BgClassName
{
background-color: #DD6192;
}
</style>
border-color css
<style>
span { border-color: #DD6192; }
span { border-color: rgb(221,97,146); }
td.TdClassName
{
border-color: #DD6192;
}
.TagClassName
{
border-color: #DD6192;
}
</style>