#D553E1

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

Shades of Free Speech Magenta #D553E1

Tints of Free Speech Magenta #D553E1

Color information

#D553E1 (or 0xD553E1) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 53 and E1. RGB value is (213,83,225). Sum of RGB (Red+Green+Blue) = 213+83+225=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #D553E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D553E1 is #2AAC1E. Grayscale: #898989. Windows color (decimal): -2796575 or 14767061. OLE color: 14767061.

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

Color convert

RGB21383225-
CMYK0.050.6300.12
HSL294.93º70.3%60.39%-
HSV(B)294.93º63.11%88.24%-
XYZ44.1225.7773.88-
YUV138.06177.07181.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.88%
GREEN value IS 83 (32.81% from 255) = 15.93%
BLUE value IS 225 (88.28% from 255) = 43.19%
R=40.88%
G=15.93%
B=43.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal213832250.050.6300.12294.9370.360.39
HexD553E153F0C127463c
Octal32512334157701444710674
Binary11010101101001111100001101111111011001001001111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D553E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D553E1; }

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

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

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

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

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

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

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

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