Shades of Heliotrope #DF4BFE
Tints of Heliotrope #DF4BFE
RGB
CMYK
RGB Variations
Color information
#DF4BFE (or 0xDF4BFE) is known color: Heliotrope. HEX triplet: DF, 4B and FE. RGB value is (223,75,254). Sum of RGB (Red+Green+Blue) = 223+75+254=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 75 (29.69% from 255 or 13.59% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF4BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF4BFE is #20B401. Grayscale: #8B8B8B. Windows color (decimal): -2143234 or 16665567. OLE color: 16665567.
HSL color Cylindrical-coordinate representation of color #DF4BFE: hue angle of 289.61º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF4BFE is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 75 | 254 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.00 |
| HSL | 289.61º | 0.99% | 0.65% | - |
| HSV(B) | 289.61º | 0.7% | 1% | - |
| XYZ | 50.84 | 27.88 | 96.47 | - |
| YUV | 139.66 | 192.53 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 254 | 0.12 | 0.70 | 0 | 0.00 | 289.61 | 0.99 | 0.65 |
| Hex | DF | 4B | FE | C | 46 | 0 | 0 | 122 | 63 | 41 |
| Octal | 337 | 113 | 376 | 14 | 106 | 0 | 0 | 442 | 143 | 101 |
| Binary | 11011111 | 1001011 | 11111110 | 1100 | 1000110 | 0 | 0 | 100100010 | 1100011 | 1000001 |
Color Harmonies of #DF4BFE
Complementary color
Monochromatic Colors of #DF4BFE
Black with #DF4BFE
Text Example
Text Example
White with #DF4BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4BFE; }
p { color: rgb(223,75,254); }
H1.HeaderClassName
{
color: #DF4BFE;
}
.AnyTagClassName
{
color: #DF4BFE;
}
</style>
background-color css
<style>
a { background-color: #DF4BFE; }
a { background-color: rgb(223,75,254); }
div.DivClassName
{
background-color: #DF4BFE;
}
.BgClassName
{
background-color: #DF4BFE;
}
</style>
border-color css
<style>
span { border-color: #DF4BFE; }
span { border-color: rgb(223,75,254); }
td.TdClassName
{
border-color: #DF4BFE;
}
.TagClassName
{
border-color: #DF4BFE;
}
</style>