Html Css Color HEX #DD4AED Free Speech Magenta

📋 copy color: '#DD4AED'

red 221 ◦ green 74 ◦ blue 237

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

Shades of Free Speech Magenta #DD4AED

Tints of Free Speech Magenta #DD4AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.91%

 BLUE value IS 237 (92.97% from 255) = 44.55%

R = 41.54%
G = 13.91%
B = 44.55%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD4AED (or 0xDD4AED) is known color: Free Speech Magenta. HEX triplet: DD, 4A and ED. RGB value is (221,74,237). Sum of RGB (Red+Green+Blue) = 221+74+237=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 74 (29.30% from 255 or 13.91% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD4AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD4AED is #22B512. Grayscale: #888888. Windows color (decimal): -2274579 or 15551197. OLE color: 15551197.

HSL color Cylindrical-coordinate representation of color #DD4AED: hue angle of 294.11º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4AED is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 74 237 -
CMYK 0.07 0.69 0 0.07
HSL 294.11º 0.82% 0.61% -
HSV(B) 294.11º 0.69% 0.93% -
XYZ 47.55 26.38 82.71 -
YUV 136.54 184.7 188.25 -
System Red Green Blue C M Y K H S L
Decimal 221 74 237 0.07 0.69 0 0.07 294.11 0.82 0.61
Hex DD 4A ED 7 45 0 7 126 52 3D
Octal 335 112 355 7 105 0 7 446 122 75
Binary 11011101 1001010 11101101 111 1000101 0 111 100100110 1010010 111101

Color Harmonies of #DD4AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4AED

Black with #DD4AED

Text Example


Text Example

White with #DD4AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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