#D34ADA

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

Shades of Free Speech Magenta #D34ADA

Tints of Free Speech Magenta #D34ADA

Color information

#D34ADA (or 0xD34ADA) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 4A and DA. RGB value is (211,74,218). Sum of RGB (Red+Green+Blue) = 211+74+218=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #D34ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34ADA is #2CB525. Grayscale: #828282. Windows color (decimal): -2929958 or 14306003. OLE color: 14306003.

HSL color Cylindrical-coordinate representation of color #D34ADA: hue angle of 297.08º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D34ADA is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21174218-
CMYK0.030.6600.15
HSL297.08º66.06%57.25%-
HSV(B)297.08º66.06%85.49%-
XYZ41.9723.8168.71-
YUV131.38176.89184.79-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.95%
GREEN value IS 74 (29.30% from 255) = 14.71%
BLUE value IS 218 (85.55% from 255) = 43.34%
R=41.95%
G=14.71%
B=43.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal211742180.030.6600.15297.0866.0657.25
HexD34ADA3420F1294239
Octal323112332310201745110271
Binary11010011100101011011010111000010011111001010011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34ADA; }

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

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

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

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

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

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

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

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