Shades of Pale Violet Red #DD6FA3
Tints of Pale Violet Red #DD6FA3
RGB
CMYK
RGB Variations
Color information
#DD6FA3 (or 0xDD6FA3) is known color: Pale Violet Red. HEX triplet: DD, 6F and A3. RGB value is (221,111,163). Sum of RGB (Red+Green+Blue) = 221+111+163=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6FA3 is #22905C. Grayscale: #959595. Windows color (decimal): -2265181 or 10711005. OLE color: 10711005.
HSL color Cylindrical-coordinate representation of color #DD6FA3: hue angle of 331.64º 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 #DD6FA3 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 111 | 163 | - |
CMYK | 0 | 0.50 | 0.26 | 0.13 |
HSL | 331.64º | 0.62% | 0.65% | - |
HSV(B) | 331.64º | 0.5% | 0.87% | - |
XYZ | 42.11 | 29.39 | 38.1 | - |
YUV | 149.82 | 135.44 | 178.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 111 | 163 | 0 | 0.50 | 0.26 | 0.13 | 331.64 | 0.62 | 0.65 |
Hex | DD | 6F | A3 | 0 | 32 | 1A | D | 14C | 3E | 41 |
Octal | 335 | 157 | 243 | 0 | 62 | 32 | 15 | 514 | 76 | 101 |
Binary | 11011101 | 1101111 | 10100011 | 0 | 110010 | 11010 | 1101 | 101001100 | 111110 | 1000001 |
Color Harmonies of #DD6FA3
Complementary color
Monochromatic Colors of #DD6FA3
Black with #DD6FA3
Text Example
Text Example
White with #DD6FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6FA3; }
p { color: rgb(221,111,163); }
H1.HeaderClassName
{
color: #DD6FA3;
}
.AnyTagClassName
{
color: #DD6FA3;
}
</style>
background-color css
<style>
a { background-color: #DD6FA3; }
a { background-color: rgb(221,111,163); }
div.DivClassName
{
background-color: #DD6FA3;
}
.BgClassName
{
background-color: #DD6FA3;
}
</style>
border-color css
<style>
span { border-color: #DD6FA3; }
span { border-color: rgb(221,111,163); }
td.TdClassName
{
border-color: #DD6FA3;
}
.TagClassName
{
border-color: #DD6FA3;
}
</style>