#D470FA

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

Shades of Heliotrope #D470FA

Tints of Heliotrope #D470FA

Color information

#D470FA (or 0xD470FA) is unknown color: approx Heliotrope. HEX triplet: D4, 70 and FA. RGB value is (212,112,250). Sum of RGB (Red+Green+Blue) = 212+112+250=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 112 (44.14% from 255 or 19.51% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #D470FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D470FA is #2B8F05. Grayscale: #9D9D9D. Windows color (decimal): -2854662 or 16412884. OLE color: 16412884.

HSL color Cylindrical-coordinate representation of color #D470FA: hue angle of 283.48º degrees, saturation: 0.93, 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 #D470FA is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB212112250-
CMYK0.150.5500.02
HSL283.48º93.24%70.98%-
HSV(B)283.48º55.2%98.04%-
XYZ50.232.4994.07-
YUV157.63180.13166.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.93%
GREEN value IS 112 (44.14% from 255) = 19.51%
BLUE value IS 250 (98.05% from 255) = 43.55%
R=36.93%
G=19.51%
B=43.55%

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
Decimal2121122500.150.5500.02283.4893.2470.98
HexD470FAF370211b5d47
Octal324160372176702433135107
Binary11010100111000011111010111111011101010001101110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D470FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D470FA; }

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

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

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

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

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

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

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

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