#D041FE

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

Shades of Heliotrope #D041FE

Tints of Heliotrope #D041FE

Color information

#D041FE (or 0xD041FE) is unknown color: approx Heliotrope. HEX triplet: D0, 41 and FE. RGB value is (208,65,254). Sum of RGB (Red+Green+Blue) = 208+65+254=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 65 (25.78% from 255 or 12.33% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #D041FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D041FE is #2FBE01. Grayscale: #808080. Windows color (decimal): -3128834 or 16662992. OLE color: 16662992.

HSL color Cylindrical-coordinate representation of color #D041FE: hue angle of 285.4º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D041FE is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB20865254-
CMYK0.180.7400.00
HSL285.4º98.95%62.55%-
HSV(B)285.4º74.41%99.61%-
XYZ45.7924.3596.05-
YUV129.3198.38184.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.47%
GREEN value IS 65 (25.78% from 255) = 12.33%
BLUE value IS 254 (99.61% from 255) = 48.20%
R=39.47%
G=12.33%
B=48.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal208652540.180.7400.00285.498.9562.55
HexD041FE124A0011d633f
Octal320101376221120043514377
Binary11010000100000111111110100101001010001000111011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D041FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D041FE; }

 p { color: rgb(208,65,254); }

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

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

 a { background-color: rgb(208,65,254); }

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

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

 span { border-color: rgb(208,65,254); }

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