#D540FF

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

Shades of Heliotrope #D540FF

Tints of Heliotrope #D540FF

Color information

#D540FF (or 0xD540FF) is unknown color: approx Heliotrope. HEX triplet: D5, 40 and FF. RGB value is (213,64,255). Sum of RGB (Red+Green+Blue) = 213+64+255=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 64 (25.39% from 255 or 12.03% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #D540FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D540FF is #2ABF00. Grayscale: #818181. Windows color (decimal): -2801409 or 16728277. OLE color: 16728277.

HSL color Cylindrical-coordinate representation of color #D540FF: hue angle of 286.81º 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 #D540FF is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB21364255-
CMYK0.160.7500
HSL286.81º100%62.55%-
HSV(B)286.81º74.9%100%-
XYZ47.3225.0396.95-
YUV130.32198.36186.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.04%
GREEN value IS 64 (25.39% from 255) = 12.03%
BLUE value IS 255 (100% from 255) = 47.93%
R=40.04%
G=12.03%
B=47.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal213642550.160.7500286.8110062.55
HexD540FF104B0011f643f
Octal325100377201130043714477
Binary11010101100000011111111100001001011001000111111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D540FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D540FF; }

 p { color: rgb(213,64,255); }

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

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

 a { background-color: rgb(213,64,255); }

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

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

 span { border-color: rgb(213,64,255); }

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