#D545FA

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

Shades of Heliotrope #D545FA

Tints of Heliotrope #D545FA

Color information

#D545FA (or 0xD545FA) is unknown color: approx Heliotrope. HEX triplet: D5, 45 and FA. RGB value is (213,69,250). Sum of RGB (Red+Green+Blue) = 213+69+250=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 69 (27.34% from 255 or 12.97% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #D545FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D545FA is #2ABA05. Grayscale: #848484. Windows color (decimal): -2800134 or 16401877. OLE color: 16401877.

HSL color Cylindrical-coordinate representation of color #D545FA: hue angle of 287.73º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D545FA is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21369250-
CMYK0.150.7200.02
HSL287.73º94.76%62.55%-
HSV(B)287.73º72.4%98.04%-
XYZ46.8225.392.86-
YUV132.69194.21185.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.04%
GREEN value IS 69 (27.34% from 255) = 12.97%
BLUE value IS 250 (98.05% from 255) = 46.99%
R=40.04%
G=12.97%
B=46.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal213692500.150.7200.02287.7394.7662.55
HexD545FAF48021205f3f
Octal325105372171100244013777
Binary11010101100010111111010111110010000101001000001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D545FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D545FA; }

 p { color: rgb(213,69,250); }

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

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

 a { background-color: rgb(213,69,250); }

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

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

 span { border-color: rgb(213,69,250); }

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