#D247FA

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

Shades of Heliotrope #D247FA

Tints of Heliotrope #D247FA

Color information

#D247FA (or 0xD247FA) is unknown color: approx Heliotrope. HEX triplet: D2, 47 and FA. RGB value is (210,71,250). Sum of RGB (Red+Green+Blue) = 210+71+250=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 71 (28.12% from 255 or 13.37% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #D247FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D247FA is #2DB805. Grayscale: #848484. Windows color (decimal): -2996230 or 16402386. OLE color: 16402386.

HSL color Cylindrical-coordinate representation of color #D247FA: hue angle of 286.59º 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 #D247FA is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21071250-
CMYK0.160.7200.02
HSL286.59º94.71%62.94%-
HSV(B)286.59º71.6%98.04%-
XYZ46.0925.1192.86-
YUV132.97194.05182.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.55%
GREEN value IS 71 (28.12% from 255) = 13.37%
BLUE value IS 250 (98.05% from 255) = 47.08%
R=39.55%
G=13.37%
B=47.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal210712500.160.7200.02286.5994.7162.94
HexD247FA10480211f5f3f
Octal322107372201100243713777
Binary110100101000111111110101000010010000101000111111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D247FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D247FA; }

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

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

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

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

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

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

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

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