#DD4EE4

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

Shades of Free Speech Magenta #DD4EE4

Tints of Free Speech Magenta #DD4EE4

Color information

#DD4EE4 (or 0xDD4EE4) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 4E and E4. RGB value is (221,78,228). Sum of RGB (Red+Green+Blue) = 221+78+228=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 78 (30.86% from 255 or 14.80% from 527); Blue value is 228 (89.45% from 255 or 43.26% from 527); Max value from RGB is 228 - color contains mainly: blue. Hex color #DD4EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4EE4 is #22B11B. Grayscale: #898989. Windows color (decimal): -2273564 or 14962397. OLE color: 14962397.

HSL color Cylindrical-coordinate representation of color #DD4EE4: hue angle of 297.2º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4EE4 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22178228-
CMYK0.030.6600.11
HSL297.2º73.53%60%-
HSV(B)297.2º65.79%89.41%-
XYZ46.5526.4276.05-
YUV137.86178.88187.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 78 (30.86% from 255) = 14.80%
BLUE value IS 228 (89.45% from 255) = 43.26%
R=41.94%
G=14.80%
B=43.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal221782280.030.6600.11297.273.5360
HexDD4EE43420B1294a3c
Octal335116344310201345111274
Binary11011101100111011100100111000010010111001010011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4EE4; }

 p { color: rgb(221,78,228); }

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

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

 a { background-color: rgb(221,78,228); }

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

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

 span { border-color: rgb(221,78,228); }

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