Shades of Heliotrope #DC4BF8
Tints of Heliotrope #DC4BF8
RGB
CMYK
RGB Variations
Color information
#DC4BF8 (or 0xDC4BF8) is known color: Heliotrope. HEX triplet: DC, 4B and F8. RGB value is (220,75,248). Sum of RGB (Red+Green+Blue) = 220+75+248=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 75 (29.69% from 255 or 13.81% from 543); Blue value is 248 (97.27% from 255 or 45.67% from 543); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC4BF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC4BF8 is #23B407. Grayscale: #898989. Windows color (decimal): -2339848 or 16272348. OLE color: 16272348.
HSL color Cylindrical-coordinate representation of color #DC4BF8: hue angle of 290.29º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4BF8 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 75 | 248 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.03 |
| HSL | 290.29º | 0.93% | 0.63% | - |
| HSV(B) | 290.29º | 0.7% | 0.97% | - |
| XYZ | 48.97 | 27.03 | 91.44 | - |
| YUV | 138.08 | 190.04 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 248 | 0.11 | 0.70 | 0 | 0.03 | 290.29 | 0.93 | 0.63 |
| Hex | DC | 4B | F8 | B | 46 | 0 | 3 | 122 | 5D | 3F |
| Octal | 334 | 113 | 370 | 13 | 106 | 0 | 3 | 442 | 135 | 77 |
| Binary | 11011100 | 1001011 | 11111000 | 1011 | 1000110 | 0 | 11 | 100100010 | 1011101 | 111111 |
Color Harmonies of #DC4BF8
Complementary color
Monochromatic Colors of #DC4BF8
Black with #DC4BF8
Text Example
Text Example
White with #DC4BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4BF8; }
p { color: rgb(220,75,248); }
H1.HeaderClassName
{
color: #DC4BF8;
}
.AnyTagClassName
{
color: #DC4BF8;
}
</style>
background-color css
<style>
a { background-color: #DC4BF8; }
a { background-color: rgb(220,75,248); }
div.DivClassName
{
background-color: #DC4BF8;
}
.BgClassName
{
background-color: #DC4BF8;
}
</style>
border-color css
<style>
span { border-color: #DC4BF8; }
span { border-color: rgb(220,75,248); }
td.TdClassName
{
border-color: #DC4BF8;
}
.TagClassName
{
border-color: #DC4BF8;
}
</style>