#D334D9

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

Shades of Free Speech Magenta #D334D9

Tints of Free Speech Magenta #D334D9

Color information

#D334D9 (or 0xD334D9) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 34 and D9. RGB value is (211,52,217). Sum of RGB (Red+Green+Blue) = 211+52+217=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 52 (20.70% from 255 or 10.83% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 217 - color contains mainly: blue. Hex color #D334D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D334D9 is #2CCB26. Grayscale: #757575. Windows color (decimal): -2935591 or 14234835. OLE color: 14234835.

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

Color convert

RGB21152217-
CMYK0.030.7600.15
HSL297.82º68.46%52.75%-
HSV(B)297.82º76.04%85.1%-
XYZ40.6221.3167.62-
YUV118.35183.68194.08-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.96%
GREEN value IS 52 (20.70% from 255) = 10.83%
BLUE value IS 217 (85.16% from 255) = 45.21%
R=43.96%
G=10.83%
B=45.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal211522170.030.7600.15297.8268.4652.75
HexD334D934C0F12a4435
Octal32364331311401745210465
Binary1101001111010011011001111001100011111001010101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D334D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D334D9; }

 p { color: rgb(211,52,217); }

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

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

 a { background-color: rgb(211,52,217); }

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

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

 span { border-color: rgb(211,52,217); }

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