#D547E0

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

Shades of Free Speech Magenta #D547E0

Tints of Free Speech Magenta #D547E0

Color information

#D547E0 (or 0xD547E0) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 47 and E0. RGB value is (213,71,224). Sum of RGB (Red+Green+Blue) = 213+71+224=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 71 (28.12% from 255 or 13.98% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #D547E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D547E0 is #2AB81F. Grayscale: #828282. Windows color (decimal): -2799648 or 14698453. OLE color: 14698453.

HSL color Cylindrical-coordinate representation of color #D547E0: hue angle of 295.69º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D547E0 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21371224-
CMYK0.050.6800.12
HSL295.69º71.16%57.84%-
HSV(B)295.69º68.3%87.84%-
XYZ43.1524.0372.89-
YUV130.9180.54186.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.93%
GREEN value IS 71 (28.12% from 255) = 13.98%
BLUE value IS 224 (87.89% from 255) = 44.09%
R=41.93%
G=13.98%
B=44.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal213712240.050.6800.12295.6971.1657.84
HexD547E05440C128473a
Octal325107340510401445010772
Binary110101011000111111000001011000100011001001010001000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D547E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D547E0; }

 p { color: rgb(213,71,224); }

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

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

 a { background-color: rgb(213,71,224); }

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

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

 span { border-color: rgb(213,71,224); }

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