#D540F4

Color #D540F4 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D540F4

Tints of Free Speech Magenta #D540F4

Color information

#D540F4 (or 0xD540F4) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 40 and F4. RGB value is (213,64,244). Sum of RGB (Red+Green+Blue) = 213+64+244=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 64 (25.39% from 255 or 12.28% from 521); Blue value is 244 (95.70% from 255 or 46.83% from 521); Max value from RGB is 244 - color contains mainly: blue. Hex color #D540F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D540F4 is #2ABF0B. Grayscale: #808080. Windows color (decimal): -2801420 or 16007381. OLE color: 16007381.

HSL color Cylindrical-coordinate representation of color #D540F4: hue angle of 289.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D540F4 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21364244-
CMYK0.130.7400.04
HSL289.67º89.11%60.39%-
HSV(B)289.67º73.77%95.69%-
XYZ45.624.3487.88-
YUV129.07192.86187.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.88%
GREEN value IS 64 (25.39% from 255) = 12.28%
BLUE value IS 244 (95.70% from 255) = 46.83%
R=40.88%
G=12.28%
B=46.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal213642440.130.7400.04289.6789.1160.39
HexD540F4D4A04122593c
Octal325100364151120444213174
Binary110101011000000111101001101100101001001001000101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D540F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D540F4; }

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

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

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

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

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

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

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

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