#DD34DA

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

Shades of Free Speech Magenta #DD34DA

Tints of Free Speech Magenta #DD34DA

Color information

#DD34DA (or 0xDD34DA) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 34 and DA. RGB value is (221,52,218). Sum of RGB (Red+Green+Blue) = 221+52+218=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 52 (20.70% from 255 or 10.59% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD34DA is #22CB25. Grayscale: #787878. Windows color (decimal): -2280230 or 14300381. OLE color: 14300381.

HSL color Cylindrical-coordinate representation of color #DD34DA: hue angle of 301.07º 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 #DD34DA is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB22152218-
CMYK00.760.010.13
HSL301.07º71.31%53.53%-
HSV(B)301.07º76.47%86.67%-
XYZ43.722.8968.44-
YUV121.46182.49199-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 52 (20.70% from 255) = 10.59%
BLUE value IS 218 (85.55% from 255) = 44.40%
R=45.01%
G=10.59%
B=44.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215221800.760.010.13301.0771.3153.53
HexDD34DA04C1D12d4736
Octal33564332011411545510766
Binary110111011101001101101001001100111011001011011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD34DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD34DA; }

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

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

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

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

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

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

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

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