#D047FA

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

Shades of Heliotrope #D047FA

Tints of Heliotrope #D047FA

Color information

#D047FA (or 0xD047FA) is unknown color: approx Heliotrope. HEX triplet: D0, 47 and FA. RGB value is (208,71,250). Sum of RGB (Red+Green+Blue) = 208+71+250=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 71 (28.12% from 255 or 13.42% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #D047FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D047FA is #2FB805. Grayscale: #838383. Windows color (decimal): -3127302 or 16402384. OLE color: 16402384.

HSL color Cylindrical-coordinate representation of color #D047FA: hue angle of 285.92º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D047FA is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20871250-
CMYK0.170.7200.02
HSL285.92º94.71%62.94%-
HSV(B)285.92º71.6%98.04%-
XYZ45.5224.8292.83-
YUV132.37194.39181.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.32%
GREEN value IS 71 (28.12% from 255) = 13.42%
BLUE value IS 250 (98.05% from 255) = 47.26%
R=39.32%
G=13.42%
B=47.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal208712500.170.7200.02285.9294.7162.94
HexD047FA11480211e5f3f
Octal320107372211100243613777
Binary110100001000111111110101000110010000101000111101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D047FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D047FA; }

 p { color: rgb(208,71,250); }

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

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

 a { background-color: rgb(208,71,250); }

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

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

 span { border-color: rgb(208,71,250); }

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