#D34DD8

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

Shades of Free Speech Magenta #D34DD8

Tints of Free Speech Magenta #D34DD8

Color information

#D34DD8 (or 0xD34DD8) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 4D and D8. RGB value is (211,77,216). Sum of RGB (Red+Green+Blue) = 211+77+216=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 216 (84.77% from 255 or 42.86% from 504); Max value from RGB is 216 - color contains mainly: blue. Hex color #D34DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34DD8 is #2CB227. Grayscale: #848484. Windows color (decimal): -2929192 or 14175699. OLE color: 14175699.

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

Color convert

RGB21177216-
CMYK0.020.6400.15
HSL297.84º64.06%57.45%-
HSV(B)297.84º64.35%84.71%-
XYZ41.9124.1167.41-
YUV132.91174.89183.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.87%
GREEN value IS 77 (30.47% from 255) = 15.28%
BLUE value IS 216 (84.77% from 255) = 42.86%
R=41.87%
G=15.28%
B=42.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal211772160.020.6400.15297.8464.0657.45
HexD34DD82400F12a4039
Octal323115330210001745210071
Binary11010011100110111011000101000000011111001010101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34DD8; }

 p { color: rgb(211,77,216); }

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

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

 a { background-color: rgb(211,77,216); }

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

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

 span { border-color: rgb(211,77,216); }

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