#D551E3

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

Shades of Free Speech Magenta #D551E3

Tints of Free Speech Magenta #D551E3

Color information

#D551E3 (or 0xD551E3) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 51 and E3. RGB value is (213,81,227). Sum of RGB (Red+Green+Blue) = 213+81+227=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 81 (32.03% from 255 or 15.55% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 227 - color contains mainly: blue. Hex color #D551E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D551E3 is #2AAE1C. Grayscale: #888888. Windows color (decimal): -2797085 or 14897621. OLE color: 14897621.

HSL color Cylindrical-coordinate representation of color #D551E3: hue angle of 294.25º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D551E3 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21381227-
CMYK0.060.6400.11
HSL294.25º72.28%60.39%-
HSV(B)294.25º64.32%89.02%-
XYZ44.2525.5875.28-
YUV137.11178.73182.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.88%
GREEN value IS 81 (32.03% from 255) = 15.55%
BLUE value IS 227 (89.06% from 255) = 43.57%
R=40.88%
G=15.55%
B=43.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal213812270.060.6400.11294.2572.2860.39
HexD551E36400B126483c
Octal325121343610001344611074
Binary110101011010001111000111101000000010111001001101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D551E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D551E3; }

 p { color: rgb(213,81,227); }

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

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

 a { background-color: rgb(213,81,227); }

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

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

 span { border-color: rgb(213,81,227); }

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