Shades of Pale Violet Red #DD67A7
Tints of Pale Violet Red #DD67A7
RGB
CMYK
RGB Variations
Color information
#DD67A7 (or 0xDD67A7) is known color: Pale Violet Red. HEX triplet: DD, 67 and A7. RGB value is (221,103,167). Sum of RGB (Red+Green+Blue) = 221+103+167=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 167 (65.62% from 255 or 34.01% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD67A7 is #229858. Grayscale: #919191. Windows color (decimal): -2267225 or 10971101. OLE color: 10971101.
HSL color Cylindrical-coordinate representation of color #DD67A7: hue angle of 327.46º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD67A7 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 167 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.13 |
| HSL | 327.46º | 0.63% | 0.64% | - |
| HSV(B) | 327.46º | 0.53% | 0.87% | - |
| XYZ | 41.64 | 27.86 | 39.74 | - |
| YUV | 145.58 | 140.09 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 167 | 0 | 0.53 | 0.24 | 0.13 | 327.46 | 0.63 | 0.64 |
| Hex | DD | 67 | A7 | 0 | 35 | 18 | D | 147 | 3F | 40 |
| Octal | 335 | 147 | 247 | 0 | 65 | 30 | 15 | 507 | 77 | 100 |
| Binary | 11011101 | 1100111 | 10100111 | 0 | 110101 | 11000 | 1101 | 101000111 | 111111 | 1000000 |
Color Harmonies of #DD67A7
Complementary color
Monochromatic Colors of #DD67A7
Black with #DD67A7
Text Example
Text Example
White with #DD67A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67A7; }
p { color: rgb(221,103,167); }
H1.HeaderClassName
{
color: #DD67A7;
}
.AnyTagClassName
{
color: #DD67A7;
}
</style>
background-color css
<style>
a { background-color: #DD67A7; }
a { background-color: rgb(221,103,167); }
div.DivClassName
{
background-color: #DD67A7;
}
.BgClassName
{
background-color: #DD67A7;
}
</style>
border-color css
<style>
span { border-color: #DD67A7; }
span { border-color: rgb(221,103,167); }
td.TdClassName
{
border-color: #DD67A7;
}
.TagClassName
{
border-color: #DD67A7;
}
</style>