Shades of Pale Violet Red #DD7195
Tints of Pale Violet Red #DD7195
RGB
CMYK
RGB Variations
Color information
#DD7195 (or 0xDD7195) is known color: Pale Violet Red. HEX triplet: DD, 71 and 95. RGB value is (221,113,149). Sum of RGB (Red+Green+Blue) = 221+113+149=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7195 is #228E6A. Grayscale: #959595. Windows color (decimal): -2264683 or 9794013. OLE color: 9794013.
HSL color Cylindrical-coordinate representation of color #DD7195: hue angle of 340º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD7195 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 149 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.13 |
| HSL | 340º | 0.61% | 0.65% | - |
| HSV(B) | 340º | 0.49% | 0.87% | - |
| XYZ | 41.15 | 29.35 | 31.93 | - |
| YUV | 149.4 | 127.78 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 149 | 0 | 0.49 | 0.33 | 0.13 | 340 | 0.61 | 0.65 |
| Hex | DD | 71 | 95 | 0 | 31 | 21 | D | 154 | 3D | 41 |
| Octal | 335 | 161 | 225 | 0 | 61 | 41 | 15 | 524 | 75 | 101 |
| Binary | 11011101 | 1110001 | 10010101 | 0 | 110001 | 100001 | 1101 | 101010100 | 111101 | 1000001 |
Color Harmonies of #DD7195
Complementary color
Monochromatic Colors of #DD7195
Black with #DD7195
Text Example
Text Example
White with #DD7195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7195; }
p { color: rgb(221,113,149); }
H1.HeaderClassName
{
color: #DD7195;
}
.AnyTagClassName
{
color: #DD7195;
}
</style>
background-color css
<style>
a { background-color: #DD7195; }
a { background-color: rgb(221,113,149); }
div.DivClassName
{
background-color: #DD7195;
}
.BgClassName
{
background-color: #DD7195;
}
</style>
border-color css
<style>
span { border-color: #DD7195; }
span { border-color: rgb(221,113,149); }
td.TdClassName
{
border-color: #DD7195;
}
.TagClassName
{
border-color: #DD7195;
}
</style>