Shades of Heliotrope #DF4BFD
Tints of Heliotrope #DF4BFD
RGB
CMYK
RGB Variations
Color information
#DF4BFD (or 0xDF4BFD) is known color: Heliotrope. HEX triplet: DF, 4B and FD. RGB value is (223,75,253). Sum of RGB (Red+Green+Blue) = 223+75+253=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 75 (29.69% from 255 or 13.61% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF4BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF4BFD is #20B402. Grayscale: #8A8A8A. Windows color (decimal): -2143235 or 16600031. OLE color: 16600031.
HSL color Cylindrical-coordinate representation of color #DF4BFD: hue angle of 289.89º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF4BFD is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 75 | 253 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.01 |
| HSL | 289.89º | 0.98% | 0.64% | - |
| HSV(B) | 289.89º | 0.7% | 0.99% | - |
| XYZ | 50.68 | 27.81 | 95.63 | - |
| YUV | 139.54 | 192.03 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 253 | 0.12 | 0.70 | 0 | 0.01 | 289.89 | 0.98 | 0.64 |
| Hex | DF | 4B | FD | C | 46 | 0 | 1 | 122 | 62 | 40 |
| Octal | 337 | 113 | 375 | 14 | 106 | 0 | 1 | 442 | 142 | 100 |
| Binary | 11011111 | 1001011 | 11111101 | 1100 | 1000110 | 0 | 1 | 100100010 | 1100010 | 1000000 |
Color Harmonies of #DF4BFD
Complementary color
Monochromatic Colors of #DF4BFD
Black with #DF4BFD
Text Example
Text Example
White with #DF4BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4BFD; }
p { color: rgb(223,75,253); }
H1.HeaderClassName
{
color: #DF4BFD;
}
.AnyTagClassName
{
color: #DF4BFD;
}
</style>
background-color css
<style>
a { background-color: #DF4BFD; }
a { background-color: rgb(223,75,253); }
div.DivClassName
{
background-color: #DF4BFD;
}
.BgClassName
{
background-color: #DF4BFD;
}
</style>
border-color css
<style>
span { border-color: #DF4BFD; }
span { border-color: rgb(223,75,253); }
td.TdClassName
{
border-color: #DF4BFD;
}
.TagClassName
{
border-color: #DF4BFD;
}
</style>