#D634E1

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

Shades of Free Speech Magenta #D634E1

Tints of Free Speech Magenta #D634E1

Color information

#D634E1 (or 0xD634E1) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 34 and E1. RGB value is (214,52,225). Sum of RGB (Red+Green+Blue) = 214+52+225=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 52 (20.70% from 255 or 10.59% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #D634E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D634E1 is #29CB1E. Grayscale: #777777. Windows color (decimal): -2738975 or 14759126. OLE color: 14759126.

HSL color Cylindrical-coordinate representation of color #D634E1: hue angle of 296.18º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D634E1 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21452225-
CMYK0.050.7700.12
HSL296.18º74.25%54.31%-
HSV(B)296.18º76.89%88.24%-
XYZ42.5522.1973.27-
YUV120.16187.17194.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.58%
GREEN value IS 52 (20.70% from 255) = 10.59%
BLUE value IS 225 (88.28% from 255) = 45.82%
R=43.58%
G=10.59%
B=45.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal214522250.050.7700.12296.1874.2554.31
HexD634E154D0C1284a36
Octal32664341511501445011266
Binary11010110110100111000011011001101011001001010001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D634E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D634E1; }

 p { color: rgb(214,52,225); }

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

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

 a { background-color: rgb(214,52,225); }

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

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

 span { border-color: rgb(214,52,225); }

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