Shades of Heliotrope #D270F8
Tints of Heliotrope #D270F8
RGB
CMYK
RGB Variations
Color information
#D270F8 (or 0xD270F8) is known color: Heliotrope. HEX triplet: D2, 70 and F8. RGB value is (210,112,248). Sum of RGB (Red+Green+Blue) = 210+112+248=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 112 (44.14% from 255 or 19.65% from 570); Blue value is 248 (97.27% from 255 or 43.51% from 570); Max value from RGB is 248 - color contains mainly: blue. Hex color #D270F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D270F8 is #2D8F07. Grayscale: #9C9C9C. Windows color (decimal): -2985736 or 16281810. OLE color: 16281810.
HSL color Cylindrical-coordinate representation of color #D270F8: hue angle of 283.24º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D270F8 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 112 | 248 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.03 |
| HSL | 283.24º | 0.91% | 0.71% | - |
| HSV(B) | 283.24º | 0.55% | 0.97% | - |
| XYZ | 49.32 | 32.07 | 92.4 | - |
| YUV | 156.81 | 179.47 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 248 | 0.15 | 0.55 | 0 | 0.03 | 283.24 | 0.91 | 0.71 |
| Hex | D2 | 70 | F8 | F | 37 | 0 | 3 | 11B | 5B | 47 |
| Octal | 322 | 160 | 370 | 17 | 67 | 0 | 3 | 433 | 133 | 107 |
| Binary | 11010010 | 1110000 | 11111000 | 1111 | 110111 | 0 | 11 | 100011011 | 1011011 | 1000111 |
Color Harmonies of #D270F8
Complementary color
Monochromatic Colors of #D270F8
Black with #D270F8
Text Example
Text Example
White with #D270F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D270F8; }
p { color: rgb(210,112,248); }
H1.HeaderClassName
{
color: #D270F8;
}
.AnyTagClassName
{
color: #D270F8;
}
</style>
background-color css
<style>
a { background-color: #D270F8; }
a { background-color: rgb(210,112,248); }
div.DivClassName
{
background-color: #D270F8;
}
.BgClassName
{
background-color: #D270F8;
}
</style>
border-color css
<style>
span { border-color: #D270F8; }
span { border-color: rgb(210,112,248); }
td.TdClassName
{
border-color: #D270F8;
}
.TagClassName
{
border-color: #D270F8;
}
</style>