Shades of Pale Violet Red #DD768F
Tints of Pale Violet Red #DD768F
RGB
CMYK
RGB Variations
Color information
#DD768F (or 0xDD768F) is known color: Pale Violet Red. HEX triplet: DD, 76 and 8F. RGB value is (221,118,143). Sum of RGB (Red+Green+Blue) = 221+118+143=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD768F is #228970. Grayscale: #979797. Windows color (decimal): -2263409 or 9402077. OLE color: 9402077.
HSL color Cylindrical-coordinate representation of color #DD768F: hue angle of 345.44º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD768F is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 143 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.13 |
| HSL | 345.44º | 0.6% | 0.66% | - |
| HSV(B) | 345.44º | 0.47% | 0.87% | - |
| XYZ | 41.26 | 30.31 | 29.66 | - |
| YUV | 151.65 | 123.12 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 143 | 0 | 0.47 | 0.35 | 0.13 | 345.44 | 0.6 | 0.66 |
| Hex | DD | 76 | 8F | 0 | 2F | 23 | D | 159 | 3C | 42 |
| Octal | 335 | 166 | 217 | 0 | 57 | 43 | 15 | 531 | 74 | 102 |
| Binary | 11011101 | 1110110 | 10001111 | 0 | 101111 | 100011 | 1101 | 101011001 | 111100 | 1000010 |
Color Harmonies of #DD768F
Complementary color
Monochromatic Colors of #DD768F
Black with #DD768F
Text Example
Text Example
White with #DD768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD768F; }
p { color: rgb(221,118,143); }
H1.HeaderClassName
{
color: #DD768F;
}
.AnyTagClassName
{
color: #DD768F;
}
</style>
background-color css
<style>
a { background-color: #DD768F; }
a { background-color: rgb(221,118,143); }
div.DivClassName
{
background-color: #DD768F;
}
.BgClassName
{
background-color: #DD768F;
}
</style>
border-color css
<style>
span { border-color: #DD768F; }
span { border-color: rgb(221,118,143); }
td.TdClassName
{
border-color: #DD768F;
}
.TagClassName
{
border-color: #DD768F;
}
</style>