#D54DFE

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

Shades of Heliotrope #D54DFE

Tints of Heliotrope #D54DFE

Color information

#D54DFE (or 0xD54DFE) is unknown color: approx Heliotrope. HEX triplet: D5, 4D and FE. RGB value is (213,77,254). Sum of RGB (Red+Green+Blue) = 213+77+254=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 77 (30.47% from 255 or 14.15% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #D54DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D54DFE is #2AB201. Grayscale: #898989. Windows color (decimal): -2798082 or 16666069. OLE color: 16666069.

HSL color Cylindrical-coordinate representation of color #D54DFE: hue angle of 286.1º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54DFE is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB21377254-
CMYK0.160.7000.00
HSL286.1º98.88%64.9%-
HSV(B)286.1º69.69%99.61%-
XYZ47.9826.6196.37-
YUV137.84193.56181.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.15%
GREEN value IS 77 (30.47% from 255) = 14.15%
BLUE value IS 254 (99.61% from 255) = 46.69%
R=39.15%
G=14.15%
B=46.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal213772540.160.7000.00286.198.8864.9
HexD54DFE10460011e6341
Octal3251153762010600436143101
Binary110101011001101111111101000010001100010001111011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54DFE; }

 p { color: rgb(213,77,254); }

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

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

 a { background-color: rgb(213,77,254); }

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

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

 span { border-color: rgb(213,77,254); }

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