#D631EA

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

Shades of Free Speech Magenta #D631EA

Tints of Free Speech Magenta #D631EA

Color information

#D631EA (or 0xD631EA) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 31 and EA. RGB value is (214,49,234). Sum of RGB (Red+Green+Blue) = 214+49+234=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 49 (19.53% from 255 or 9.86% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #D631EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D631EA is #29CE15. Grayscale: #767676. Windows color (decimal): -2739734 or 15348182. OLE color: 15348182.

HSL color Cylindrical-coordinate representation of color #D631EA: hue angle of 293.51º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D631EA is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21449234-
CMYK0.090.7900.08
HSL293.51º81.5%55.49%-
HSV(B)293.51º79.06%91.76%-
XYZ43.6822.4379.87-
YUV119.42192.66195.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.06%
GREEN value IS 49 (19.53% from 255) = 9.86%
BLUE value IS 234 (91.80% from 255) = 47.08%
R=43.06%
G=9.86%
B=47.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal214492340.090.7900.08293.5181.555.49
HexD631EA94F081265137
Octal326613521111701044612167
Binary110101101100011110101010011001111010001001001101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D631EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D631EA; }

 p { color: rgb(214,49,234); }

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

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

 a { background-color: rgb(214,49,234); }

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

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

 span { border-color: rgb(214,49,234); }

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