#D240FE

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

Shades of Heliotrope #D240FE

Tints of Heliotrope #D240FE

Color information

#D240FE (or 0xD240FE) is unknown color: approx Heliotrope. HEX triplet: D2, 40 and FE. RGB value is (210,64,254). Sum of RGB (Red+Green+Blue) = 210+64+254=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 64 (25.39% from 255 or 12.12% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #D240FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D240FE is #2DBF01. Grayscale: #808080. Windows color (decimal): -2998018 or 16662738. OLE color: 16662738.

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

Color convert

RGB21064254-
CMYK0.170.7500.00
HSL286.11º98.96%62.35%-
HSV(B)286.11º74.8%99.61%-
XYZ46.324.5296.06-
YUV129.31198.37185.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.77%
GREEN value IS 64 (25.39% from 255) = 12.12%
BLUE value IS 254 (99.61% from 255) = 48.11%
R=39.77%
G=12.12%
B=48.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal210642540.170.7500.00286.1198.9662.35
HexD240FE114B0011e633e
Octal322100376211130043614376
Binary11010010100000011111110100011001011001000111101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D240FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D240FE; }

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

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

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

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

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

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

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

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