#D34AE9

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

Shades of Free Speech Magenta #D34AE9

Tints of Free Speech Magenta #D34AE9

Color information

#D34AE9 (or 0xD34AE9) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 4A and E9. RGB value is (211,74,233). Sum of RGB (Red+Green+Blue) = 211+74+233=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 74 (29.30% from 255 or 14.29% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #D34AE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34AE9 is #2CB516. Grayscale: #848484. Windows color (decimal): -2929943 or 15289043. OLE color: 15289043.

HSL color Cylindrical-coordinate representation of color #D34AE9: hue angle of 291.7º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D34AE9 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21174233-
CMYK0.090.6800.09
HSL291.7º78.33%60.2%-
HSV(B)291.7º68.24%91.37%-
XYZ44.0224.6379.52-
YUV133.09184.39183.57-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.73%
GREEN value IS 74 (29.30% from 255) = 14.29%
BLUE value IS 233 (91.41% from 255) = 44.98%
R=40.73%
G=14.29%
B=44.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal211742330.090.6800.09291.778.3360.2
HexD34AE9944091244e3c
Octal3231123511110401144411674
Binary1101001110010101110100110011000100010011001001001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34AE9; }

 p { color: rgb(211,74,233); }

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

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

 a { background-color: rgb(211,74,233); }

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

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

 span { border-color: rgb(211,74,233); }

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