Shades of Pale Violet Red #DD619A
Tints of Pale Violet Red #DD619A
RGB
CMYK
RGB Variations
Color information
#DD619A (or 0xDD619A) is known color: Pale Violet Red. HEX triplet: DD, 61 and 9A. RGB value is (221,97,154). Sum of RGB (Red+Green+Blue) = 221+97+154=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD619A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD619A is #229E65. Grayscale: #8C8C8C. Windows color (decimal): -2268774 or 10117597. OLE color: 10117597.
HSL color Cylindrical-coordinate representation of color #DD619A: hue angle of 332.42º 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 #DD619A is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 154 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.13 |
| HSL | 332.42º | 0.65% | 0.62% | - |
| HSV(B) | 332.42º | 0.56% | 0.87% | - |
| XYZ | 39.93 | 26.25 | 33.54 | - |
| YUV | 140.57 | 135.58 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 154 | 0 | 0.56 | 0.30 | 0.13 | 332.42 | 0.65 | 0.62 |
| Hex | DD | 61 | 9A | 0 | 38 | 1E | D | 14C | 41 | 3E |
| Octal | 335 | 141 | 232 | 0 | 70 | 36 | 15 | 514 | 101 | 76 |
| Binary | 11011101 | 1100001 | 10011010 | 0 | 111000 | 11110 | 1101 | 101001100 | 1000001 | 111110 |
Color Harmonies of #DD619A
Complementary color
Monochromatic Colors of #DD619A
Black with #DD619A
Text Example
Text Example
White with #DD619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD619A; }
p { color: rgb(221,97,154); }
H1.HeaderClassName
{
color: #DD619A;
}
.AnyTagClassName
{
color: #DD619A;
}
</style>
background-color css
<style>
a { background-color: #DD619A; }
a { background-color: rgb(221,97,154); }
div.DivClassName
{
background-color: #DD619A;
}
.BgClassName
{
background-color: #DD619A;
}
</style>
border-color css
<style>
span { border-color: #DD619A; }
span { border-color: rgb(221,97,154); }
td.TdClassName
{
border-color: #DD619A;
}
.TagClassName
{
border-color: #DD619A;
}
</style>