#D557D8

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

Shades of Free Speech Magenta #D557D8

Tints of Free Speech Magenta #D557D8

Color information

#D557D8 (or 0xD557D8) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 57 and D8. RGB value is (213,87,216). Sum of RGB (Red+Green+Blue) = 213+87+216=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 87 (34.38% from 255 or 16.86% from 516); Blue value is 216 (84.77% from 255 or 41.86% from 516); Max value from RGB is 216 - color contains mainly: blue. Hex color #D557D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D557D8 is #2AA827. Grayscale: #8A8A8A. Windows color (decimal): -2795560 or 14178261. OLE color: 14178261.

HSL color Cylindrical-coordinate representation of color #D557D8: hue angle of 298.6º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D557D8 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21387216-
CMYK0.010.6000.15
HSL298.6º62.32%59.41%-
HSV(B)298.6º59.72%84.71%-
XYZ43.2425.9267.69-
YUV139.38171.24180.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.28%
GREEN value IS 87 (34.38% from 255) = 16.86%
BLUE value IS 216 (84.77% from 255) = 41.86%
R=41.28%
G=16.86%
B=41.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213872160.010.6000.15298.662.3259.41
HexD557D813C0F12b3e3b
Octal3251273301740174537673
Binary11010101101011111011000111110001111100101011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D557D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D557D8; }

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

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

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

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

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

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

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

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