#D55DCD

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

Shades of Free Speech Magenta #D55DCD

Tints of Free Speech Magenta #D55DCD

Color information

#D55DCD (or 0xD55DCD) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5D and CD. RGB value is (213,93,205). Sum of RGB (Red+Green+Blue) = 213+93+205=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DCD is #2AA232. Grayscale: #8D8D8D. Windows color (decimal): -2794035 or 13458901. OLE color: 13458901.

HSL color Cylindrical-coordinate representation of color #D55DCD: hue angle of 304º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55DCD is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB21393205-
CMYK00.560.040.16
HSL304º58.82%60%-
HSV(B)304º56.34%83.53%-
XYZ42.3726.3860.62-
YUV141.65163.76178.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 93 (36.72% from 255) = 18.20%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=41.68%
G=18.20%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139320500.560.040.1630458.8260
HexD55DCD0384101303b3c
Octal3251353150704204607374
Binary11010101101110111001101011100010010000100110000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55DCD; }

 p { color: rgb(213,93,205); }

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

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

 a { background-color: rgb(213,93,205); }

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

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

 span { border-color: rgb(213,93,205); }

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