#D557DD

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

Shades of Free Speech Magenta #D557DD

Tints of Free Speech Magenta #D557DD

Color information

#D557DD (or 0xD557DD) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 57 and DD. RGB value is (213,87,221). Sum of RGB (Red+Green+Blue) = 213+87+221=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 87 (34.38% from 255 or 16.70% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #D557DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D557DD is #2AA822. Grayscale: #8B8B8B. Windows color (decimal): -2795555 or 14505941. OLE color: 14505941.

HSL color Cylindrical-coordinate representation of color #D557DD: hue angle of 296.42º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D557DD is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21387221-
CMYK0.040.6100.13
HSL296.42º66.34%60.39%-
HSV(B)296.42º60.63%86.67%-
XYZ43.926.1871.15-
YUV139.95173.74180.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.88%
GREEN value IS 87 (34.38% from 255) = 16.70%
BLUE value IS 221 (86.72% from 255) = 42.42%
R=40.88%
G=16.70%
B=42.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal213872210.040.6100.13296.4266.3460.39
HexD557DD43D0D128423c
Octal32512733547501545010274
Binary11010101101011111011101100111101011011001010001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D557DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D557DD; }

 p { color: rgb(213,87,221); }

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

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

 a { background-color: rgb(213,87,221); }

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

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

 span { border-color: rgb(213,87,221); }

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