Shades of Violet #DF8BE4
Tints of Violet #DF8BE4
RGB
CMYK
RGB Variations
Color information
#DF8BE4 (or 0xDF8BE4) is known color: Violet. HEX triplet: DF, 8B and E4. RGB value is (223,139,228). Sum of RGB (Red+Green+Blue) = 223+139+228=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 139 (54.69% from 255 or 23.56% from 590); Blue value is 228 (89.45% from 255 or 38.64% from 590); Max value from RGB is 228 - color contains mainly: blue. Hex color #DF8BE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8BE4 is #20741B. Grayscale: #ADADAD. Windows color (decimal): -2126876 or 14978015. OLE color: 14978015.
HSL color Cylindrical-coordinate representation of color #DF8BE4: hue angle of 296.63º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF8BE4 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 139 | 228 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.11 |
| HSL | 296.63º | 0.62% | 0.72% | - |
| HSV(B) | 296.63º | 0.39% | 0.89% | - |
| XYZ | 53.67 | 39.75 | 78.24 | - |
| YUV | 174.26 | 158.33 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 228 | 0.02 | 0.39 | 0 | 0.11 | 296.63 | 0.62 | 0.72 |
| Hex | DF | 8B | E4 | 2 | 27 | 0 | B | 129 | 3E | 48 |
| Octal | 337 | 213 | 344 | 2 | 47 | 0 | 13 | 451 | 76 | 110 |
| Binary | 11011111 | 10001011 | 11100100 | 10 | 100111 | 0 | 1011 | 100101001 | 111110 | 1001000 |
Color Harmonies of #DF8BE4
Complementary color
Monochromatic Colors of #DF8BE4
Black with #DF8BE4
Text Example
Text Example
White with #DF8BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8BE4; }
p { color: rgb(223,139,228); }
H1.HeaderClassName
{
color: #DF8BE4;
}
.AnyTagClassName
{
color: #DF8BE4;
}
</style>
background-color css
<style>
a { background-color: #DF8BE4; }
a { background-color: rgb(223,139,228); }
div.DivClassName
{
background-color: #DF8BE4;
}
.BgClassName
{
background-color: #DF8BE4;
}
</style>
border-color css
<style>
span { border-color: #DF8BE4; }
span { border-color: rgb(223,139,228); }
td.TdClassName
{
border-color: #DF8BE4;
}
.TagClassName
{
border-color: #DF8BE4;
}
</style>