Html Css Color HEX #DD4EC4 Free Speech Magenta

📋 copy color: '#DD4EC4'

red 221 ◦ green 78 ◦ blue 196

#DD4EC4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #DD4EC4

Tints of Free Speech Magenta #DD4EC4

RGB

 RED value IS 221 (86.72% from 255) = 44.65%

 GREEN value IS 78 (30.86% from 255) = 15.76%

 BLUE value IS 196 (76.95% from 255) = 39.6%

R = 44.65%
G = 15.76%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD4EC4 (or 0xDD4EC4) is known color: Free Speech Magenta. HEX triplet: DD, 4E and C4. RGB value is (221,78,196). Sum of RGB (Red+Green+Blue) = 221+78+196=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4EC4 is #22B13B. Grayscale: #858585. Windows color (decimal): -2273596 or 12865245. OLE color: 12865245.

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

Color convert

RGB 221 78 196 -
CMYK 0 0.65 0.11 0.13
HSL 310.49º 0.68% 0.59% -
HSV(B) 310.49º 0.65% 0.87% -
XYZ 42.51 24.81 54.77 -
YUV 134.21 162.88 189.91 -
System Red Green Blue C M Y K H S L
Decimal 221 78 196 0 0.65 0.11 0.13 310.49 0.68 0.59
Hex DD 4E C4 0 41 B D 136 44 3B
Octal 335 116 304 0 101 13 15 466 104 73
Binary 11011101 1001110 11000100 0 1000001 1011 1101 100110110 1000100 111011

Color Harmonies of #DD4EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4EC4

Black with #DD4EC4

Text Example


Text Example

White with #DD4EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4EC4; }

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

 H1.HeaderClassName
 {
   color: #DD4EC4;
 }
 .AnyTagClassName
 {
   color: #DD4EC4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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