Shades of Pale Violet Red #DD6093
Tints of Pale Violet Red #DD6093
RGB
CMYK
RGB Variations
Color information
#DD6093 (or 0xDD6093) is known color: Pale Violet Red. HEX triplet: DD, 60 and 93. RGB value is (221,96,147). Sum of RGB (Red+Green+Blue) = 221+96+147=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6093 is #229F6C. Grayscale: #8B8B8B. Windows color (decimal): -2269037 or 9658589. OLE color: 9658589.
HSL color Cylindrical-coordinate representation of color #DD6093: hue angle of 335.52º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD6093 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 147 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.13 |
| HSL | 335.52º | 0.65% | 0.62% | - |
| HSV(B) | 335.52º | 0.57% | 0.87% | - |
| XYZ | 39.27 | 25.84 | 30.52 | - |
| YUV | 139.19 | 132.41 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 147 | 0 | 0.57 | 0.33 | 0.13 | 335.52 | 0.65 | 0.62 |
| Hex | DD | 60 | 93 | 0 | 39 | 21 | D | 150 | 41 | 3E |
| Octal | 335 | 140 | 223 | 0 | 71 | 41 | 15 | 520 | 101 | 76 |
| Binary | 11011101 | 1100000 | 10010011 | 0 | 111001 | 100001 | 1101 | 101010000 | 1000001 | 111110 |
Color Harmonies of #DD6093
Complementary color
Monochromatic Colors of #DD6093
Black with #DD6093
Text Example
Text Example
White with #DD6093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6093; }
p { color: rgb(221,96,147); }
H1.HeaderClassName
{
color: #DD6093;
}
.AnyTagClassName
{
color: #DD6093;
}
</style>
background-color css
<style>
a { background-color: #DD6093; }
a { background-color: rgb(221,96,147); }
div.DivClassName
{
background-color: #DD6093;
}
.BgClassName
{
background-color: #DD6093;
}
</style>
border-color css
<style>
span { border-color: #DD6093; }
span { border-color: rgb(221,96,147); }
td.TdClassName
{
border-color: #DD6093;
}
.TagClassName
{
border-color: #DD6093;
}
</style>