#D270F7

Color #D270F7 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #D270F7

Tints of Heliotrope #D270F7

Color information

#D270F7 (or 0xD270F7) is unknown color: approx Heliotrope. HEX triplet: D2, 70 and F7. RGB value is (210,112,247). Sum of RGB (Red+Green+Blue) = 210+112+247=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 112 (44.14% from 255 or 19.68% from 569); Blue value is 247 (96.88% from 255 or 43.41% from 569); Max value from RGB is 247 - color contains mainly: blue. Hex color #D270F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D270F7 is #2D8F08. Grayscale: #9C9C9C. Windows color (decimal): -2985737 or 16216274. OLE color: 16216274.

HSL color Cylindrical-coordinate representation of color #D270F7: hue angle of 283.56º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D270F7 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB210112247-
CMYK0.150.5500.03
HSL283.56º89.4%70.39%-
HSV(B)283.56º54.66%96.86%-
XYZ49.1632.0191.58-
YUV156.69178.97166.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 36.91%
GREEN value IS 112 (44.14% from 255) = 19.68%
BLUE value IS 247 (96.88% from 255) = 43.41%
R=36.91%
G=19.68%
B=43.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2101122470.150.5500.03283.5689.470.39
HexD270F7F370311c5946
Octal322160367176703434131106
Binary11010010111000011110111111111011101110001110010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D270F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D270F7; }

 p { color: rgb(210,112,247); }

 H1.HeaderClassName
 {
   color: #D270F7;
 }
 .AnyTagClassName
 {
   color: #D270F7;
 }
</style>
background-color css

<style>
 a { background-color: #D270F7; }

 a { background-color: rgb(210,112,247); }

 div.DivClassName
 {
   background-color: #D270F7;
 }
 .BgClassName
 {
   background-color: #D270F7;
 }
</style>
border-color css

<style>
 span { border-color: #D270F7; }

 span { border-color: rgb(210,112,247); }

 td.TdClassName
 {
   border-color: #D270F7;
 }
 .TagClassName
 {
   border-color: #D270F7;
 }
</style>