#D55DE3

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

Shades of Free Speech Magenta #D55DE3

Tints of Free Speech Magenta #D55DE3

Color information

#D55DE3 (or 0xD55DE3) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5D and E3. RGB value is (213,93,227). Sum of RGB (Red+Green+Blue) = 213+93+227=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 93 (36.72% from 255 or 17.45% from 533); Blue value is 227 (89.06% from 255 or 42.59% from 533); Max value from RGB is 227 - color contains mainly: blue. Hex color #D55DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DE3 is #2AA21C. Grayscale: #8F8F8F. Windows color (decimal): -2794013 or 14900693. OLE color: 14900693.

HSL color Cylindrical-coordinate representation of color #D55DE3: hue angle of 293.73º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D55DE3 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21393227-
CMYK0.060.5900.11
HSL293.73º70.53%62.75%-
HSV(B)293.73º59.03%89.02%-
XYZ45.2227.5275.6-
YUV144.16174.76177.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 93 (36.72% from 255) = 17.45%
BLUE value IS 227 (89.06% from 255) = 42.59%
R=39.96%
G=17.45%
B=42.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal213932270.060.5900.11293.7370.5362.75
HexD55DE363B0B126473f
Octal32513534367301344610777
Binary11010101101110111100011110111011010111001001101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55DE3; }

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

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

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

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

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

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

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

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