Shades of Pale Violet Red #DD6A8F
Tints of Pale Violet Red #DD6A8F
RGB
CMYK
RGB Variations
Color information
#DD6A8F (or 0xDD6A8F) is known color: Pale Violet Red. HEX triplet: DD, 6A and 8F. RGB value is (221,106,143). Sum of RGB (Red+Green+Blue) = 221+106+143=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6A8F is #229570. Grayscale: #909090. Windows color (decimal): -2266481 or 9399005. OLE color: 9399005.
HSL color Cylindrical-coordinate representation of color #DD6A8F: hue angle of 340.7º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6A8F is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 143 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.13 |
| HSL | 340.7º | 0.63% | 0.64% | - |
| HSV(B) | 340.7º | 0.52% | 0.87% | - |
| XYZ | 39.93 | 27.66 | 29.22 | - |
| YUV | 144.6 | 127.1 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 143 | 0 | 0.52 | 0.35 | 0.13 | 340.7 | 0.63 | 0.64 |
| Hex | DD | 6A | 8F | 0 | 34 | 23 | D | 155 | 3F | 40 |
| Octal | 335 | 152 | 217 | 0 | 64 | 43 | 15 | 525 | 77 | 100 |
| Binary | 11011101 | 1101010 | 10001111 | 0 | 110100 | 100011 | 1101 | 101010101 | 111111 | 1000000 |
Color Harmonies of #DD6A8F
Complementary color
Monochromatic Colors of #DD6A8F
Black with #DD6A8F
Text Example
Text Example
White with #DD6A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6A8F; }
p { color: rgb(221,106,143); }
H1.HeaderClassName
{
color: #DD6A8F;
}
.AnyTagClassName
{
color: #DD6A8F;
}
</style>
background-color css
<style>
a { background-color: #DD6A8F; }
a { background-color: rgb(221,106,143); }
div.DivClassName
{
background-color: #DD6A8F;
}
.BgClassName
{
background-color: #DD6A8F;
}
</style>
border-color css
<style>
span { border-color: #DD6A8F; }
span { border-color: rgb(221,106,143); }
td.TdClassName
{
border-color: #DD6A8F;
}
.TagClassName
{
border-color: #DD6A8F;
}
</style>