Html Css Color HEX #DD4EDA Free Speech Magenta

📋 copy color: '#DD4EDA'

red 221 ◦ green 78 ◦ blue 218

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

Shades of Free Speech Magenta #DD4EDA

Tints of Free Speech Magenta #DD4EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 42.75%
G = 15.09%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD4EDA (or 0xDD4EDA) is known color: Free Speech Magenta. HEX triplet: DD, 4E and DA. RGB value is (221,78,218). Sum of RGB (Red+Green+Blue) = 221+78+218=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 78 (30.86% from 255 or 15.09% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4EDA is #22B125. Grayscale: #888888. Windows color (decimal): -2273574 or 14307037. OLE color: 14307037.

HSL color Cylindrical-coordinate representation of color #DD4EDA: hue angle of 301.26º 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 #DD4EDA is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 78 218 -
CMYK 0 0.65 0.01 0.13
HSL 301.26º 0.68% 0.59% -
HSV(B) 301.26º 0.65% 0.87% -
XYZ 45.2 25.88 68.94 -
YUV 136.72 173.88 188.12 -
System Red Green Blue C M Y K H S L
Decimal 221 78 218 0 0.65 0.01 0.13 301.26 0.68 0.59
Hex DD 4E DA 0 41 1 D 12D 44 3B
Octal 335 116 332 0 101 1 15 455 104 73
Binary 11011101 1001110 11011010 0 1000001 1 1101 100101101 1000100 111011

Color Harmonies of #DD4EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4EDA

Black with #DD4EDA

Text Example


Text Example

White with #DD4EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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