#DD34D9

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

Shades of Free Speech Magenta #DD34D9

Tints of Free Speech Magenta #DD34D9

Color information

#DD34D9 (or 0xDD34D9) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 34 and D9. RGB value is (221,52,217). Sum of RGB (Red+Green+Blue) = 221+52+217=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 52 (20.70% from 255 or 10.61% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD34D9 is #22CB26. Grayscale: #787878. Windows color (decimal): -2280231 or 14234845. OLE color: 14234845.

HSL color Cylindrical-coordinate representation of color #DD34D9: hue angle of 301.42º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD34D9 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB22152217-
CMYK00.760.020.13
HSL301.42º71.31%53.53%-
HSV(B)301.42º76.47%86.67%-
XYZ43.5722.8467.76-
YUV121.34181.99199.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.10%
GREEN value IS 52 (20.70% from 255) = 10.61%
BLUE value IS 217 (85.16% from 255) = 44.29%
R=45.10%
G=10.61%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215221700.760.020.13301.4271.3153.53
HexDD34D904C2D12d4736
Octal33564331011421545510766
Binary1101110111010011011001010011001011011001011011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD34D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD34D9; }

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

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

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

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

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

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

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

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