Shades of Pale Violet Red #DD6FA4
Tints of Pale Violet Red #DD6FA4
RGB
CMYK
RGB Variations
Color information
#DD6FA4 (or 0xDD6FA4) is known color: Pale Violet Red. HEX triplet: DD, 6F and A4. RGB value is (221,111,164). Sum of RGB (Red+Green+Blue) = 221+111+164=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6FA4 is #22905B. Grayscale: #959595. Windows color (decimal): -2265180 or 10776541. OLE color: 10776541.
HSL color Cylindrical-coordinate representation of color #DD6FA4: hue angle of 331.09º 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 #DD6FA4 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 111 | 164 | - |
CMYK | 0 | 0.50 | 0.26 | 0.13 |
HSL | 331.09º | 0.62% | 0.65% | - |
HSV(B) | 331.09º | 0.5% | 0.87% | - |
XYZ | 42.2 | 29.42 | 38.58 | - |
YUV | 149.93 | 135.94 | 178.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 111 | 164 | 0 | 0.50 | 0.26 | 0.13 | 331.09 | 0.62 | 0.65 |
Hex | DD | 6F | A4 | 0 | 32 | 1A | D | 14B | 3E | 41 |
Octal | 335 | 157 | 244 | 0 | 62 | 32 | 15 | 513 | 76 | 101 |
Binary | 11011101 | 1101111 | 10100100 | 0 | 110010 | 11010 | 1101 | 101001011 | 111110 | 1000001 |
Color Harmonies of #DD6FA4
Complementary color
Monochromatic Colors of #DD6FA4
Black with #DD6FA4
Text Example
Text Example
White with #DD6FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6FA4; }
p { color: rgb(221,111,164); }
H1.HeaderClassName
{
color: #DD6FA4;
}
.AnyTagClassName
{
color: #DD6FA4;
}
</style>
background-color css
<style>
a { background-color: #DD6FA4; }
a { background-color: rgb(221,111,164); }
div.DivClassName
{
background-color: #DD6FA4;
}
.BgClassName
{
background-color: #DD6FA4;
}
</style>
border-color css
<style>
span { border-color: #DD6FA4; }
span { border-color: rgb(221,111,164); }
td.TdClassName
{
border-color: #DD6FA4;
}
.TagClassName
{
border-color: #DD6FA4;
}
</style>