#D52EE3

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

Shades of Free Speech Magenta #D52EE3

Tints of Free Speech Magenta #D52EE3

Color information

#D52EE3 (or 0xD52EE3) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 2E and E3. RGB value is (213,46,227). Sum of RGB (Red+Green+Blue) = 213+46+227=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 46 (18.36% from 255 or 9.47% from 486); Blue value is 227 (89.06% from 255 or 46.71% from 486); Max value from RGB is 227 - color contains mainly: blue. Hex color #D52EE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52EE3 is #2AD11C. Grayscale: #747474. Windows color (decimal): -2806045 or 14888661. OLE color: 14888661.

HSL color Cylindrical-coordinate representation of color #D52EE3: hue angle of 295.36º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52EE3 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21346227-
CMYK0.060.8000.11
HSL295.36º76.37%53.53%-
HSV(B)295.36º79.74%89.02%-
XYZ42.2821.6574.62-
YUV116.57190.33196.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.83%
GREEN value IS 46 (18.36% from 255) = 9.47%
BLUE value IS 227 (89.06% from 255) = 46.71%
R=43.83%
G=9.47%
B=46.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal213462270.060.8000.11295.3676.3753.53
HexD52EE36500B1274c36
Octal32556343612001344711466
Binary11010101101110111000111101010000010111001001111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52EE3; }

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

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

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

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

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

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

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

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