Shades of Violet #DF7CED
Tints of Violet #DF7CED
RGB
CMYK
RGB Variations
Color information
#DF7CED (or 0xDF7CED) is known color: Violet. HEX triplet: DF, 7C and ED. RGB value is (223,124,237). Sum of RGB (Red+Green+Blue) = 223+124+237=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 124 (48.83% from 255 or 21.23% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF7CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7CED is #208312. Grayscale: #A6A6A6. Windows color (decimal): -2130707 or 15563999. OLE color: 15563999.
HSL color Cylindrical-coordinate representation of color #DF7CED: hue angle of 292.57º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7CED is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 124 | 237 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.07 |
| HSL | 292.57º | 0.76% | 0.71% | - |
| HSV(B) | 292.57º | 0.48% | 0.93% | - |
| XYZ | 52.93 | 36.22 | 84.32 | - |
| YUV | 166.48 | 167.8 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 237 | 0.06 | 0.48 | 0 | 0.07 | 292.57 | 0.76 | 0.71 |
| Hex | DF | 7C | ED | 6 | 30 | 0 | 7 | 125 | 4C | 47 |
| Octal | 337 | 174 | 355 | 6 | 60 | 0 | 7 | 445 | 114 | 107 |
| Binary | 11011111 | 1111100 | 11101101 | 110 | 110000 | 0 | 111 | 100100101 | 1001100 | 1000111 |
Color Harmonies of #DF7CED
Complementary color
Monochromatic Colors of #DF7CED
Black with #DF7CED
Text Example
Text Example
White with #DF7CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7CED; }
p { color: rgb(223,124,237); }
H1.HeaderClassName
{
color: #DF7CED;
}
.AnyTagClassName
{
color: #DF7CED;
}
</style>
background-color css
<style>
a { background-color: #DF7CED; }
a { background-color: rgb(223,124,237); }
div.DivClassName
{
background-color: #DF7CED;
}
.BgClassName
{
background-color: #DF7CED;
}
</style>
border-color css
<style>
span { border-color: #DF7CED; }
span { border-color: rgb(223,124,237); }
td.TdClassName
{
border-color: #DF7CED;
}
.TagClassName
{
border-color: #DF7CED;
}
</style>