#D241FE

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

Shades of Heliotrope #D241FE

Tints of Heliotrope #D241FE

Color information

#D241FE (or 0xD241FE) is unknown color: approx Heliotrope. HEX triplet: D2, 41 and FE. RGB value is (210,65,254). Sum of RGB (Red+Green+Blue) = 210+65+254=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 65 (25.78% from 255 or 12.29% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #D241FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D241FE is #2DBE01. Grayscale: #818181. Windows color (decimal): -2997762 or 16662994. OLE color: 16662994.

HSL color Cylindrical-coordinate representation of color #D241FE: hue angle of 286.03º 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 #D241FE is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB21065254-
CMYK0.170.7400.00
HSL286.03º98.95%62.55%-
HSV(B)286.03º74.41%99.61%-
XYZ46.3624.6496.08-
YUV129.9198.04185.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.70%
GREEN value IS 65 (25.78% from 255) = 12.29%
BLUE value IS 254 (99.61% from 255) = 48.02%
R=39.70%
G=12.29%
B=48.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal210652540.170.7400.00286.0398.9562.55
HexD241FE114A0011e633f
Octal322101376211120043614377
Binary11010010100000111111110100011001010001000111101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D241FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D241FE; }

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

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

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

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

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

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

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

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