#D541E8

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

Shades of Free Speech Magenta #D541E8

Tints of Free Speech Magenta #D541E8

Color information

#D541E8 (or 0xD541E8) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 41 and E8. RGB value is (213,65,232). Sum of RGB (Red+Green+Blue) = 213+65+232=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 65 (25.78% from 255 or 12.75% from 510); Blue value is 232 (91.02% from 255 or 45.49% from 510); Max value from RGB is 232 - color contains mainly: blue. Hex color #D541E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D541E8 is #2ABE17. Grayscale: #7F7F7F. Windows color (decimal): -2801176 or 15221205. OLE color: 15221205.

HSL color Cylindrical-coordinate representation of color #D541E8: hue angle of 293.17º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D541E8 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21365232-
CMYK0.080.7200.09
HSL293.17º78.4%58.24%-
HSV(B)293.17º71.98%90.98%-
XYZ43.923.7578.62-
YUV128.29186.53188.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.76%
GREEN value IS 65 (25.78% from 255) = 12.75%
BLUE value IS 232 (91.02% from 255) = 45.49%
R=41.76%
G=12.75%
B=45.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal213652320.080.7200.09293.1778.458.24
HexD541E8848091254e3a
Octal3251013501011001144511672
Binary1101010110000011110100010001001000010011001001011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D541E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D541E8; }

 p { color: rgb(213,65,232); }

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

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

 a { background-color: rgb(213,65,232); }

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

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

 span { border-color: rgb(213,65,232); }

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