#D637E0

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

Shades of Free Speech Magenta #D637E0

Tints of Free Speech Magenta #D637E0

Color information

#D637E0 (or 0xD637E0) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 37 and E0. RGB value is (214,55,224). Sum of RGB (Red+Green+Blue) = 214+55+224=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 55 (21.88% from 255 or 11.16% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #D637E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D637E0 is #29C81F. Grayscale: #797979. Windows color (decimal): -2738208 or 14694358. OLE color: 14694358.

HSL color Cylindrical-coordinate representation of color #D637E0: hue angle of 296.45º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D637E0 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21455224-
CMYK0.040.7500.12
HSL296.45º73.16%54.71%-
HSV(B)296.45º75.45%87.84%-
XYZ42.5522.4172.6-
YUV121.81185.68193.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 55 (21.88% from 255) = 11.16%
BLUE value IS 224 (87.89% from 255) = 45.44%
R=43.41%
G=11.16%
B=45.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal214552240.040.7500.12296.4573.1654.71
HexD637E044B0C1284937
Octal32667340411301445011167
Binary11010110110111111000001001001011011001001010001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D637E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D637E0; }

 p { color: rgb(214,55,224); }

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

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

 a { background-color: rgb(214,55,224); }

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

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

 span { border-color: rgb(214,55,224); }

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