#D55FD8

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

Shades of Free Speech Magenta #D55FD8

Tints of Free Speech Magenta #D55FD8

Color information

#D55FD8 (or 0xD55FD8) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5F and D8. RGB value is (213,95,216). Sum of RGB (Red+Green+Blue) = 213+95+216=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 95 (37.5% from 255 or 18.13% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 216 - color contains mainly: blue. Hex color #D55FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FD8 is #2AA027. Grayscale: #8F8F8F. Windows color (decimal): -2793512 or 14180309. OLE color: 14180309.

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

Color convert

RGB21395216-
CMYK0.010.5600.15
HSL298.51º60.8%60.98%-
HSV(B)298.51º56.02%84.71%-
XYZ43.9327.2967.92-
YUV144.08168.59177.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.65%
GREEN value IS 95 (37.5% from 255) = 18.13%
BLUE value IS 216 (84.77% from 255) = 41.22%
R=40.65%
G=18.13%
B=41.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213952160.010.5600.15298.5160.860.98
HexD55FD81380F12b3d3d
Octal3251373301700174537575
Binary11010101101111111011000111100001111100101011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55FD8; }

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

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

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

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

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

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

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

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