Html Css Color HEX #DD52ED Free Speech Magenta

📋 copy color: '#DD52ED'

red 221 ◦ green 82 ◦ blue 237

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

Shades of Free Speech Magenta #DD52ED

Tints of Free Speech Magenta #DD52ED

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.19%

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

R = 40.93%
G = 15.19%
B = 43.89%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD52ED (or 0xDD52ED) is known color: Free Speech Magenta. HEX triplet: DD, 52 and ED. RGB value is (221,82,237). Sum of RGB (Red+Green+Blue) = 221+82+237=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 82 (32.42% from 255 or 15.19% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD52ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD52ED is #22AD12. Grayscale: #8C8C8C. Windows color (decimal): -2272531 or 15553245. OLE color: 15553245.

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

Color convert

RGB 221 82 237 -
CMYK 0.07 0.65 0 0.07
HSL 293.81º 0.81% 0.63% -
HSV(B) 293.81º 0.65% 0.93% -
XYZ 48.12 27.52 82.9 -
YUV 141.23 182.05 184.9 -
System Red Green Blue C M Y K H S L
Decimal 221 82 237 0.07 0.65 0 0.07 293.81 0.81 0.63
Hex DD 52 ED 7 41 0 7 126 51 3F
Octal 335 122 355 7 101 0 7 446 121 77
Binary 11011101 1010010 11101101 111 1000001 0 111 100100110 1010001 111111

Color Harmonies of #DD52ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD52ED

Black with #DD52ED

Text Example


Text Example

White with #DD52ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD52ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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