Html Css Color HEX #DD32ED Free Speech Magenta

📋 copy color: '#DD32ED'

red 221 ◦ green 50 ◦ blue 237

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

Shades of Free Speech Magenta #DD32ED

Tints of Free Speech Magenta #DD32ED

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.84%

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

R = 43.5%
G = 9.84%
B = 46.65%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD32ED (or 0xDD32ED) is known color: Free Speech Magenta. HEX triplet: DD, 32 and ED. RGB value is (221,50,237). Sum of RGB (Red+Green+Blue) = 221+50+237=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 50 (19.92% from 255 or 9.84% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD32ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD32ED is #22CD12. Grayscale: #797979. Windows color (decimal): -2280723 or 15545053. OLE color: 15545053.

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

Color convert

RGB 221 50 237 -
CMYK 0.07 0.79 0 0.07
HSL 294.87º 0.84% 0.56% -
HSV(B) 294.87º 0.79% 0.93% -
XYZ 46.25 23.77 82.27 -
YUV 122.45 192.65 198.29 -
System Red Green Blue C M Y K H S L
Decimal 221 50 237 0.07 0.79 0 0.07 294.87 0.84 0.56
Hex DD 32 ED 7 4F 0 7 127 54 38
Octal 335 62 355 7 117 0 7 447 124 70
Binary 11011101 110010 11101101 111 1001111 0 111 100100111 1010100 111000

Color Harmonies of #DD32ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD32ED

Black with #DD32ED

Text Example


Text Example

White with #DD32ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD32ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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