#DD3AD4

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

Shades of Free Speech Magenta #DD3AD4

Tints of Free Speech Magenta #DD3AD4

Color information

#DD3AD4 (or 0xDD3AD4) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 3A and D4. RGB value is (221,58,212). Sum of RGB (Red+Green+Blue) = 221+58+212=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 58 (23.05% from 255 or 11.81% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3AD4 is #22C52B. Grayscale: #7B7B7B. Windows color (decimal): -2278700 or 13908701. OLE color: 13908701.

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

Color convert

RGB22158212-
CMYK00.740.040.13
HSL303.31º70.56%54.71%-
HSV(B)303.31º73.76%86.67%-
XYZ43.2223.1564.48-
YUV124.29177.5196.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 58 (23.05% from 255) = 11.81%
BLUE value IS 212 (83.20% from 255) = 43.18%
R=45.01%
G=11.81%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215821200.740.040.13303.3170.5654.71
HexDD3AD404A4D12f4737
Octal33572324011241545710767
Binary11011101111010110101000100101010011011001011111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3AD4; }

 p { color: rgb(221,58,212); }

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

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

 a { background-color: rgb(221,58,212); }

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

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

 span { border-color: rgb(221,58,212); }

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