Shades of Pale Violet Red #DF77A4
Tints of Pale Violet Red #DF77A4
RGB
CMYK
RGB Variations
Color information
#DF77A4 (or 0xDF77A4) is known color: Pale Violet Red. HEX triplet: DF, 77 and A4. RGB value is (223,119,164). Sum of RGB (Red+Green+Blue) = 223+119+164=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF77A4 is #20885B. Grayscale: #9B9B9B. Windows color (decimal): -2132060 or 10778591. OLE color: 10778591.
HSL color Cylindrical-coordinate representation of color #DF77A4: hue angle of 334.04º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF77A4 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 164 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.13 |
| HSL | 334.04º | 0.62% | 0.67% | - |
| HSV(B) | 334.04º | 0.47% | 0.87% | - |
| XYZ | 43.73 | 31.56 | 38.91 | - |
| YUV | 155.23 | 132.96 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 164 | 0 | 0.47 | 0.26 | 0.13 | 334.04 | 0.62 | 0.67 |
| Hex | DF | 77 | A4 | 0 | 2F | 1A | D | 14E | 3E | 43 |
| Octal | 337 | 167 | 244 | 0 | 57 | 32 | 15 | 516 | 76 | 103 |
| Binary | 11011111 | 1110111 | 10100100 | 0 | 101111 | 11010 | 1101 | 101001110 | 111110 | 1000011 |
Color Harmonies of #DF77A4
Complementary color
Monochromatic Colors of #DF77A4
Black with #DF77A4
Text Example
Text Example
White with #DF77A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF77A4; }
p { color: rgb(223,119,164); }
H1.HeaderClassName
{
color: #DF77A4;
}
.AnyTagClassName
{
color: #DF77A4;
}
</style>
background-color css
<style>
a { background-color: #DF77A4; }
a { background-color: rgb(223,119,164); }
div.DivClassName
{
background-color: #DF77A4;
}
.BgClassName
{
background-color: #DF77A4;
}
</style>
border-color css
<style>
span { border-color: #DF77A4; }
span { border-color: rgb(223,119,164); }
td.TdClassName
{
border-color: #DF77A4;
}
.TagClassName
{
border-color: #DF77A4;
}
</style>