#DD4DE4

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

Shades of Free Speech Magenta #DD4DE4

Tints of Free Speech Magenta #DD4DE4

Color information

#DD4DE4 (or 0xDD4DE4) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 4D and E4. RGB value is (221,77,228). Sum of RGB (Red+Green+Blue) = 221+77+228=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 77 (30.47% from 255 or 14.64% from 526); Blue value is 228 (89.45% from 255 or 43.35% from 526); Max value from RGB is 228 - color contains mainly: blue. Hex color #DD4DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4DE4 is #22B21B. Grayscale: #888888. Windows color (decimal): -2273820 or 14962141. OLE color: 14962141.

HSL color Cylindrical-coordinate representation of color #DD4DE4: hue angle of 297.22º 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 #DD4DE4 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22177228-
CMYK0.030.6600.11
HSL297.22º73.66%59.8%-
HSV(B)297.22º66.23%89.41%-
XYZ46.4826.2876.02-
YUV137.27179.21187.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 77 (30.47% from 255) = 14.64%
BLUE value IS 228 (89.45% from 255) = 43.35%
R=42.02%
G=14.64%
B=43.35%

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
Decimal221772280.030.6600.11297.2273.6659.8
HexDD4DE43420B1294a3c
Octal335115344310201345111274
Binary11011101100110111100100111000010010111001010011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4DE4; }

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

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

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

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

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

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

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

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