#D470F9

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

Shades of Heliotrope #D470F9

Tints of Heliotrope #D470F9

Color information

#D470F9 (or 0xD470F9) is unknown color: approx Heliotrope. HEX triplet: D4, 70 and F9. RGB value is (212,112,249). Sum of RGB (Red+Green+Blue) = 212+112+249=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 112 (44.14% from 255 or 19.55% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #D470F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D470F9 is #2B8F06. Grayscale: #9D9D9D. Windows color (decimal): -2854663 or 16347348. OLE color: 16347348.

HSL color Cylindrical-coordinate representation of color #D470F9: hue angle of 283.8º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D470F9 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB212112249-
CMYK0.150.5500.02
HSL283.8º91.95%70.78%-
HSV(B)283.8º55.02%97.65%-
XYZ50.0432.4293.24-
YUV157.52179.63166.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.00%
GREEN value IS 112 (44.14% from 255) = 19.55%
BLUE value IS 249 (97.66% from 255) = 43.46%
R=37.00%
G=19.55%
B=43.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2121122490.150.5500.02283.891.9570.78
HexD470F9F370211c5c47
Octal324160371176702434134107
Binary11010100111000011111001111111011101010001110010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D470F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D470F9; }

 p { color: rgb(212,112,249); }

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

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

 a { background-color: rgb(212,112,249); }

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

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

 span { border-color: rgb(212,112,249); }

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