#DD4AD6

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

Shades of Free Speech Magenta #DD4AD6

Tints of Free Speech Magenta #DD4AD6

Color information

#DD4AD6 (or 0xDD4AD6) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 4A and D6. RGB value is (221,74,214). Sum of RGB (Red+Green+Blue) = 221+74+214=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 74 (29.30% from 255 or 14.54% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4AD6 is #22B529. Grayscale: #858585. Windows color (decimal): -2274602 or 14043869. OLE color: 14043869.

HSL color Cylindrical-coordinate representation of color #DD4AD6: hue angle of 302.86º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4AD6 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB22174214-
CMYK00.670.030.13
HSL302.86º68.37%57.84%-
HSV(B)302.86º66.52%86.67%-
XYZ44.4125.1266.13-
YUV133.91173.2190.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.42%
GREEN value IS 74 (29.30% from 255) = 14.54%
BLUE value IS 214 (83.98% from 255) = 42.04%
R=43.42%
G=14.54%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217421400.670.030.13302.8668.3757.84
HexDD4AD60433D12f443a
Octal335112326010331545710472
Binary11011101100101011010110010000111111011001011111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4AD6; }

 p { color: rgb(221,74,214); }

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

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

 a { background-color: rgb(221,74,214); }

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

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

 span { border-color: rgb(221,74,214); }

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