Shades of Violet #DF7DED
Tints of Violet #DF7DED
RGB
CMYK
RGB Variations
Color information
#DF7DED (or 0xDF7DED) is known color: Violet. HEX triplet: DF, 7D and ED. RGB value is (223,125,237). Sum of RGB (Red+Green+Blue) = 223+125+237=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 125 (49.22% from 255 or 21.37% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF7DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7DED is #208212. Grayscale: #A6A6A6. Windows color (decimal): -2130451 or 15564255. OLE color: 15564255.
HSL color Cylindrical-coordinate representation of color #DF7DED: hue angle of 292.5º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF7DED is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 125 | 237 | - |
CMYK | 0.06 | 0.47 | 0 | 0.07 |
HSL | 292.5º | 0.76% | 0.71% | - |
HSV(B) | 292.5º | 0.47% | 0.93% | - |
XYZ | 53.05 | 36.47 | 84.36 | - |
YUV | 167.07 | 167.47 | 167.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 125 | 237 | 0.06 | 0.47 | 0 | 0.07 | 292.5 | 0.76 | 0.71 |
Hex | DF | 7D | ED | 6 | 2F | 0 | 7 | 124 | 4C | 47 |
Octal | 337 | 175 | 355 | 6 | 57 | 0 | 7 | 444 | 114 | 107 |
Binary | 11011111 | 1111101 | 11101101 | 110 | 101111 | 0 | 111 | 100100100 | 1001100 | 1000111 |
Color Harmonies of #DF7DED
Complementary color
Monochromatic Colors of #DF7DED
Black with #DF7DED
Text Example
Text Example
White with #DF7DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7DED; }
p { color: rgb(223,125,237); }
H1.HeaderClassName
{
color: #DF7DED;
}
.AnyTagClassName
{
color: #DF7DED;
}
</style>
background-color css
<style>
a { background-color: #DF7DED; }
a { background-color: rgb(223,125,237); }
div.DivClassName
{
background-color: #DF7DED;
}
.BgClassName
{
background-color: #DF7DED;
}
</style>
border-color css
<style>
span { border-color: #DF7DED; }
span { border-color: rgb(223,125,237); }
td.TdClassName
{
border-color: #DF7DED;
}
.TagClassName
{
border-color: #DF7DED;
}
</style>