#D34AE1

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

Shades of Free Speech Magenta #D34AE1

Tints of Free Speech Magenta #D34AE1

Color information

#D34AE1 (or 0xD34AE1) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 4A and E1. RGB value is (211,74,225). Sum of RGB (Red+Green+Blue) = 211+74+225=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 74 (29.30% from 255 or 14.51% from 510); Blue value is 225 (88.28% from 255 or 44.12% from 510); Max value from RGB is 225 - color contains mainly: blue. Hex color #D34AE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34AE1 is #2CB51E. Grayscale: #838383. Windows color (decimal): -2929951 or 14764755. OLE color: 14764755.

HSL color Cylindrical-coordinate representation of color #D34AE1: hue angle of 294.44º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D34AE1 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21174225-
CMYK0.060.6700.12
HSL294.44º71.56%58.63%-
HSV(B)294.44º67.11%88.24%-
XYZ42.924.1873.64-
YUV132.18180.39184.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.37%
GREEN value IS 74 (29.30% from 255) = 14.51%
BLUE value IS 225 (88.28% from 255) = 44.12%
R=41.37%
G=14.51%
B=44.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal211742250.060.6700.12294.4471.5658.63
HexD34AE16430C126483b
Octal323112341610301444611073
Binary110100111001010111000011101000011011001001001101001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34AE1; }

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

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

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

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

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

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

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

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