#D551E0

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

Shades of Free Speech Magenta #D551E0

Tints of Free Speech Magenta #D551E0

Color information

#D551E0 (or 0xD551E0) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 51 and E0. RGB value is (213,81,224). Sum of RGB (Red+Green+Blue) = 213+81+224=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 81 (32.03% from 255 or 15.64% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #D551E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D551E0 is #2AAE1F. Grayscale: #888888. Windows color (decimal): -2797088 or 14701013. OLE color: 14701013.

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

Color convert

RGB21381224-
CMYK0.050.6400.12
HSL295.38º69.76%59.8%-
HSV(B)295.38º63.84%87.84%-
XYZ43.8425.4173.12-
YUV136.77177.23182.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.12%
GREEN value IS 81 (32.03% from 255) = 15.64%
BLUE value IS 224 (87.89% from 255) = 43.24%
R=41.12%
G=15.64%
B=43.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal213812240.050.6400.12295.3869.7659.8
HexD551E05400C127463c
Octal325121340510001444710674
Binary110101011010001111000001011000000011001001001111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D551E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D551E0; }

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

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

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

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

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

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

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

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