Shades of Pale Violet Red #DD609D
Tints of Pale Violet Red #DD609D
RGB
CMYK
RGB Variations
Color information
#DD609D (or 0xDD609D) is known color: Pale Violet Red. HEX triplet: DD, 60 and 9D. RGB value is (221,96,157). Sum of RGB (Red+Green+Blue) = 221+96+157=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD609D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD609D is #229F62. Grayscale: #8C8C8C. Windows color (decimal): -2269027 or 10313949. OLE color: 10313949.
HSL color Cylindrical-coordinate representation of color #DD609D: hue angle of 330.72º 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 #DD609D is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 157 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.13 |
| HSL | 330.72º | 0.65% | 0.62% | - |
| HSV(B) | 330.72º | 0.57% | 0.87% | - |
| XYZ | 40.09 | 26.17 | 34.84 | - |
| YUV | 140.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 157 | 0 | 0.57 | 0.29 | 0.13 | 330.72 | 0.65 | 0.62 |
| Hex | DD | 60 | 9D | 0 | 39 | 1D | D | 14B | 41 | 3E |
| Octal | 335 | 140 | 235 | 0 | 71 | 35 | 15 | 513 | 101 | 76 |
| Binary | 11011101 | 1100000 | 10011101 | 0 | 111001 | 11101 | 1101 | 101001011 | 1000001 | 111110 |
Color Harmonies of #DD609D
Complementary color
Monochromatic Colors of #DD609D
Black with #DD609D
Text Example
Text Example
White with #DD609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD609D; }
p { color: rgb(221,96,157); }
H1.HeaderClassName
{
color: #DD609D;
}
.AnyTagClassName
{
color: #DD609D;
}
</style>
background-color css
<style>
a { background-color: #DD609D; }
a { background-color: rgb(221,96,157); }
div.DivClassName
{
background-color: #DD609D;
}
.BgClassName
{
background-color: #DD609D;
}
</style>
border-color css
<style>
span { border-color: #DD609D; }
span { border-color: rgb(221,96,157); }
td.TdClassName
{
border-color: #DD609D;
}
.TagClassName
{
border-color: #DD609D;
}
</style>