#D054F1

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

Shades of Heliotrope #D054F1

Tints of Heliotrope #D054F1

Color information

#D054F1 (or 0xD054F1) is unknown color: approx Heliotrope. HEX triplet: D0, 54 and F1. RGB value is (208,84,241). Sum of RGB (Red+Green+Blue) = 208+84+241=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 84 (33.20% from 255 or 15.76% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #D054F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D054F1 is #2FAB0E. Grayscale: #8A8A8A. Windows color (decimal): -3123983 or 15815888. OLE color: 15815888.

HSL color Cylindrical-coordinate representation of color #D054F1: hue angle of 287.39º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D054F1 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20884241-
CMYK0.140.6500.05
HSL287.39º84.86%63.73%-
HSV(B)287.39º65.15%94.51%-
XYZ45.0626.185.88-
YUV138.97185.58177.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.02%
GREEN value IS 84 (33.20% from 255) = 15.76%
BLUE value IS 241 (94.53% from 255) = 45.22%
R=39.02%
G=15.76%
B=45.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal208842410.140.6500.05287.3984.8663.73
HexD054F1E410511f5540
Octal3201243611610105437125100
Binary1101000010101001111000111101000001010110001111110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D054F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D054F1; }

 p { color: rgb(208,84,241); }

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

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

 a { background-color: rgb(208,84,241); }

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

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

 span { border-color: rgb(208,84,241); }

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