Shades of Pale Violet Red #DD6193
Tints of Pale Violet Red #DD6193
RGB
CMYK
RGB Variations
Color information
#DD6193 (or 0xDD6193) is known color: Pale Violet Red. HEX triplet: DD, 61 and 93. RGB value is (221,97,147). Sum of RGB (Red+Green+Blue) = 221+97+147=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6193 is #229E6C. Grayscale: #8B8B8B. Windows color (decimal): -2268781 or 9658845. OLE color: 9658845.
HSL color Cylindrical-coordinate representation of color #DD6193: hue angle of 335.81º 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 #DD6193 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 147 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.13 |
| HSL | 335.81º | 0.65% | 0.62% | - |
| HSV(B) | 335.81º | 0.56% | 0.87% | - |
| XYZ | 39.36 | 26.03 | 30.55 | - |
| YUV | 139.78 | 132.08 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 147 | 0 | 0.56 | 0.33 | 0.13 | 335.81 | 0.65 | 0.62 |
| Hex | DD | 61 | 93 | 0 | 38 | 21 | D | 150 | 41 | 3E |
| Octal | 335 | 141 | 223 | 0 | 70 | 41 | 15 | 520 | 101 | 76 |
| Binary | 11011101 | 1100001 | 10010011 | 0 | 111000 | 100001 | 1101 | 101010000 | 1000001 | 111110 |
Color Harmonies of #DD6193
Complementary color
Monochromatic Colors of #DD6193
Black with #DD6193
Text Example
Text Example
White with #DD6193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6193; }
p { color: rgb(221,97,147); }
H1.HeaderClassName
{
color: #DD6193;
}
.AnyTagClassName
{
color: #DD6193;
}
</style>
background-color css
<style>
a { background-color: #DD6193; }
a { background-color: rgb(221,97,147); }
div.DivClassName
{
background-color: #DD6193;
}
.BgClassName
{
background-color: #DD6193;
}
</style>
border-color css
<style>
span { border-color: #DD6193; }
span { border-color: rgb(221,97,147); }
td.TdClassName
{
border-color: #DD6193;
}
.TagClassName
{
border-color: #DD6193;
}
</style>