Shades of Pale Violet Red #DD658C
Tints of Pale Violet Red #DD658C
RGB
CMYK
RGB Variations
Color information
#DD658C (or 0xDD658C) is known color: Pale Violet Red. HEX triplet: DD, 65 and 8C. RGB value is (221,101,140). Sum of RGB (Red+Green+Blue) = 221+101+140=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD658C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD658C is #229A73. Grayscale: #8D8D8D. Windows color (decimal): -2267764 or 9201117. OLE color: 9201117.
HSL color Cylindrical-coordinate representation of color #DD658C: hue angle of 340.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD658C is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 140 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.13 |
| HSL | 340.5º | 0.64% | 0.63% | - |
| HSV(B) | 340.5º | 0.54% | 0.87% | - |
| XYZ | 39.21 | 26.57 | 27.87 | - |
| YUV | 141.33 | 127.26 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 140 | 0 | 0.54 | 0.37 | 0.13 | 340.5 | 0.64 | 0.63 |
| Hex | DD | 65 | 8C | 0 | 36 | 25 | D | 154 | 40 | 3F |
| Octal | 335 | 145 | 214 | 0 | 66 | 45 | 15 | 524 | 100 | 77 |
| Binary | 11011101 | 1100101 | 10001100 | 0 | 110110 | 100101 | 1101 | 101010100 | 1000000 | 111111 |
Color Harmonies of #DD658C
Complementary color
Monochromatic Colors of #DD658C
Black with #DD658C
Text Example
Text Example
White with #DD658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD658C; }
p { color: rgb(221,101,140); }
H1.HeaderClassName
{
color: #DD658C;
}
.AnyTagClassName
{
color: #DD658C;
}
</style>
background-color css
<style>
a { background-color: #DD658C; }
a { background-color: rgb(221,101,140); }
div.DivClassName
{
background-color: #DD658C;
}
.BgClassName
{
background-color: #DD658C;
}
</style>
border-color css
<style>
span { border-color: #DD658C; }
span { border-color: rgb(221,101,140); }
td.TdClassName
{
border-color: #DD658C;
}
.TagClassName
{
border-color: #DD658C;
}
</style>