Html Css Color HEX #DD3AED Free Speech Magenta

📋 copy color: '#DD3AED'

red 221 ◦ green 58 ◦ blue 237

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

Shades of Free Speech Magenta #DD3AED

Tints of Free Speech Magenta #DD3AED

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.24%

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

R = 42.83%
G = 11.24%
B = 45.93%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD3AED (or 0xDD3AED) is known color: Free Speech Magenta. HEX triplet: DD, 3A and ED. RGB value is (221,58,237). Sum of RGB (Red+Green+Blue) = 221+58+237=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 58 (23.05% from 255 or 11.24% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD3AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD3AED is #22C512. Grayscale: #7E7E7E. Windows color (decimal): -2278675 or 15547101. OLE color: 15547101.

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

Color convert

RGB 221 58 237 -
CMYK 0.07 0.76 0 0.07
HSL 294.64º 0.83% 0.58% -
HSV(B) 294.64º 0.76% 0.93% -
XYZ 46.62 24.51 82.4 -
YUV 127.14 190 194.95 -
System Red Green Blue C M Y K H S L
Decimal 221 58 237 0.07 0.76 0 0.07 294.64 0.83 0.58
Hex DD 3A ED 7 4C 0 7 127 53 3A
Octal 335 72 355 7 114 0 7 447 123 72
Binary 11011101 111010 11101101 111 1001100 0 111 100100111 1010011 111010

Color Harmonies of #DD3AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3AED

Black with #DD3AED

Text Example


Text Example

White with #DD3AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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