#D240FD

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

Shades of Heliotrope #D240FD

Tints of Heliotrope #D240FD

Color information

#D240FD (or 0xD240FD) is unknown color: approx Heliotrope. HEX triplet: D2, 40 and FD. RGB value is (210,64,253). Sum of RGB (Red+Green+Blue) = 210+64+253=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 64 (25.39% from 255 or 12.14% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #D240FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D240FD is #2DBF02. Grayscale: #808080. Windows color (decimal): -2998019 or 16597202. OLE color: 16597202.

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

Color convert

RGB21064253-
CMYK0.170.7500.01
HSL286.35º97.93%62.16%-
HSV(B)286.35º74.7%99.22%-
XYZ46.1424.4695.22-
YUV129.2197.87185.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.85%
GREEN value IS 64 (25.39% from 255) = 12.14%
BLUE value IS 253 (99.22% from 255) = 48.01%
R=39.85%
G=12.14%
B=48.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal210642530.170.7500.01286.3597.9362.16
HexD240FD114B0111e623e
Octal322100375211130143614276
Binary11010010100000011111101100011001011011000111101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D240FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D240FD; }

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

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

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

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

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

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

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

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