Shades of Violet #DF7BEA
Tints of Violet #DF7BEA
RGB
CMYK
RGB Variations
Color information
#DF7BEA (or 0xDF7BEA) is known color: Violet. HEX triplet: DF, 7B and EA. RGB value is (223,123,234). Sum of RGB (Red+Green+Blue) = 223+123+234=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 123 (48.44% from 255 or 21.21% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF7BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7BEA is #208415. Grayscale: #A5A5A5. Windows color (decimal): -2130966 or 15367135. OLE color: 15367135.
HSL color Cylindrical-coordinate representation of color #DF7BEA: hue angle of 294.05º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF7BEA is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 123 | 234 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.08 |
| HSL | 294.05º | 0.73% | 0.7% | - |
| HSV(B) | 294.05º | 0.47% | 0.92% | - |
| XYZ | 52.37 | 35.79 | 81.99 | - |
| YUV | 165.55 | 166.63 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 234 | 0.05 | 0.47 | 0 | 0.08 | 294.05 | 0.73 | 0.7 |
| Hex | DF | 7B | EA | 5 | 2F | 0 | 8 | 126 | 49 | 46 |
| Octal | 337 | 173 | 352 | 5 | 57 | 0 | 10 | 446 | 111 | 106 |
| Binary | 11011111 | 1111011 | 11101010 | 101 | 101111 | 0 | 1000 | 100100110 | 1001001 | 1000110 |
Color Harmonies of #DF7BEA
Complementary color
Monochromatic Colors of #DF7BEA
Black with #DF7BEA
Text Example
Text Example
White with #DF7BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7BEA; }
p { color: rgb(223,123,234); }
H1.HeaderClassName
{
color: #DF7BEA;
}
.AnyTagClassName
{
color: #DF7BEA;
}
</style>
background-color css
<style>
a { background-color: #DF7BEA; }
a { background-color: rgb(223,123,234); }
div.DivClassName
{
background-color: #DF7BEA;
}
.BgClassName
{
background-color: #DF7BEA;
}
</style>
border-color css
<style>
span { border-color: #DF7BEA; }
span { border-color: rgb(223,123,234); }
td.TdClassName
{
border-color: #DF7BEA;
}
.TagClassName
{
border-color: #DF7BEA;
}
</style>