#D55CD5

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

Shades of Free Speech Magenta #D55CD5

Tints of Free Speech Magenta #D55CD5

Color information

#D55CD5 (or 0xD55CD5) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5C and D5. RGB value is (213,92,213). Sum of RGB (Red+Green+Blue) = 213+92+213=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D55CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CD5 is #2AA32A. Grayscale: #8D8D8D. Windows color (decimal): -2794283 or 13982933. OLE color: 13982933.

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

Color convert

RGB21392213-
CMYK00.5700.16
HSL300º59.02%59.8%-
HSV(B)300º56.81%83.53%-
XYZ43.2826.665.8-
YUV141.97168.09178.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.12%
GREEN value IS 92 (36.33% from 255) = 17.76%
BLUE value IS 213 (83.59% from 255) = 41.12%
R=41.12%
G=17.76%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139221300.5700.1630059.0259.8
HexD55CD503901012c3b3c
Octal3251343250710204547374
Binary110101011011100110101010111001010000100101100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55CD5; }

 p { color: rgb(213,92,213); }

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

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

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

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

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

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

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