#D55DE4

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

Shades of Free Speech Magenta #D55DE4

Tints of Free Speech Magenta #D55DE4

Color information

#D55DE4 (or 0xD55DE4) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5D and E4. RGB value is (213,93,228). Sum of RGB (Red+Green+Blue) = 213+93+228=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 228 (89.45% from 255 or 42.70% from 534); Max value from RGB is 228 - color contains mainly: blue. Hex color #D55DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DE4 is #2AA21B. Grayscale: #8F8F8F. Windows color (decimal): -2794012 or 14966229. OLE color: 14966229.

HSL color Cylindrical-coordinate representation of color #D55DE4: hue angle of 293.33º 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 #D55DE4 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21393228-
CMYK0.070.5900.11
HSL293.33º71.43%62.94%-
HSV(B)293.33º59.21%89.41%-
XYZ45.3627.5876.33-
YUV144.27175.26177.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.89%
GREEN value IS 93 (36.72% from 255) = 17.42%
BLUE value IS 228 (89.45% from 255) = 42.70%
R=39.89%
G=17.42%
B=42.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal213932280.070.5900.11293.3371.4362.94
HexD55DE473B0B125473f
Octal32513534477301344510777
Binary11010101101110111100100111111011010111001001011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55DE4; }

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

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

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

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

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

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

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

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