Shades of Pale Violet Red #DD6F9A
Tints of Pale Violet Red #DD6F9A
RGB
CMYK
RGB Variations
Color information
#DD6F9A (or 0xDD6F9A) is known color: Pale Violet Red. HEX triplet: DD, 6F and 9A. RGB value is (221,111,154). Sum of RGB (Red+Green+Blue) = 221+111+154=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6F9A is #229065. Grayscale: #949494. Windows color (decimal): -2265190 or 10121181. OLE color: 10121181.
HSL color Cylindrical-coordinate representation of color #DD6F9A: hue angle of 336.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6F9A is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 154 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.13 |
| HSL | 336.55º | 0.62% | 0.65% | - |
| HSV(B) | 336.55º | 0.5% | 0.87% | - |
| XYZ | 41.34 | 29.07 | 34.01 | - |
| YUV | 148.79 | 130.94 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 154 | 0 | 0.50 | 0.30 | 0.13 | 336.55 | 0.62 | 0.65 |
| Hex | DD | 6F | 9A | 0 | 32 | 1E | D | 151 | 3E | 41 |
| Octal | 335 | 157 | 232 | 0 | 62 | 36 | 15 | 521 | 76 | 101 |
| Binary | 11011101 | 1101111 | 10011010 | 0 | 110010 | 11110 | 1101 | 101010001 | 111110 | 1000001 |
Color Harmonies of #DD6F9A
Complementary color
Monochromatic Colors of #DD6F9A
Black with #DD6F9A
Text Example
Text Example
White with #DD6F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6F9A; }
p { color: rgb(221,111,154); }
H1.HeaderClassName
{
color: #DD6F9A;
}
.AnyTagClassName
{
color: #DD6F9A;
}
</style>
background-color css
<style>
a { background-color: #DD6F9A; }
a { background-color: rgb(221,111,154); }
div.DivClassName
{
background-color: #DD6F9A;
}
.BgClassName
{
background-color: #DD6F9A;
}
</style>
border-color css
<style>
span { border-color: #DD6F9A; }
span { border-color: rgb(221,111,154); }
td.TdClassName
{
border-color: #DD6F9A;
}
.TagClassName
{
border-color: #DD6F9A;
}
</style>