#D549E1

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

Shades of Free Speech Magenta #D549E1

Tints of Free Speech Magenta #D549E1

Color information

#D549E1 (or 0xD549E1) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 49 and E1. RGB value is (213,73,225). Sum of RGB (Red+Green+Blue) = 213+73+225=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 73 (28.91% from 255 or 14.29% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #D549E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D549E1 is #2AB61E. Grayscale: #838383. Windows color (decimal): -2799135 or 14764501. OLE color: 14764501.

HSL color Cylindrical-coordinate representation of color #D549E1: hue angle of 295.26º degrees, saturation: 0.72, 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 #D549E1 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21373225-
CMYK0.050.6800.12
HSL295.26º71.7%58.43%-
HSV(B)295.26º67.56%88.24%-
XYZ43.4124.3573.65-
YUV132.19180.38185.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 73 (28.91% from 255) = 14.29%
BLUE value IS 225 (88.28% from 255) = 44.03%
R=41.68%
G=14.29%
B=44.03%

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
Decimal213732250.050.6800.12295.2671.758.43
HexD549E15440C127483a
Octal325111341510401444711072
Binary110101011001001111000011011000100011001001001111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D549E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D549E1; }

 p { color: rgb(213,73,225); }

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

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

 a { background-color: rgb(213,73,225); }

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

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

 span { border-color: rgb(213,73,225); }

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