#D241FF

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

Shades of Heliotrope #D241FF

Tints of Heliotrope #D241FF

Color information

#D241FF (or 0xD241FF) is unknown color: approx Heliotrope. HEX triplet: D2, 41 and FF. RGB value is (210,65,255). Sum of RGB (Red+Green+Blue) = 210+65+255=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 65 (25.78% from 255 or 12.26% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #D241FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D241FF is #2DBE00. Grayscale: #818181. Windows color (decimal): -2997761 or 16728530. OLE color: 16728530.

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

Color convert

RGB21065255-
CMYK0.180.7500
HSL285.79º100%62.75%-
HSV(B)285.79º74.51%100%-
XYZ46.5224.796.92-
YUV130.01198.54185.05-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.62%
GREEN value IS 65 (25.78% from 255) = 12.26%
BLUE value IS 255 (100% from 255) = 48.11%
R=39.62%
G=12.26%
B=48.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal210652550.180.7500285.7910062.75
HexD241FF124B0011e643f
Octal322101377221130043614477
Binary11010010100000111111111100101001011001000111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D241FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D241FF; }

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

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

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

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

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

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

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

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