Html Css Color HEX #DD53ED Free Speech Magenta

📋 copy color: '#DD53ED'

red 221 ◦ green 83 ◦ blue 237

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

Shades of Free Speech Magenta #DD53ED

Tints of Free Speech Magenta #DD53ED

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.34%

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

R = 40.85%
G = 15.34%
B = 43.81%

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

#DD53ED (or 0xDD53ED) is known color: Free Speech Magenta. HEX triplet: DD, 53 and ED. RGB value is (221,83,237). Sum of RGB (Red+Green+Blue) = 221+83+237=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 83 (32.81% from 255 or 15.34% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD53ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD53ED is #22AC12. Grayscale: #8D8D8D. Windows color (decimal): -2272275 or 15553501. OLE color: 15553501.

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

Color convert

RGB 221 83 237 -
CMYK 0.07 0.65 0 0.07
HSL 293.77º 0.81% 0.63% -
HSV(B) 293.77º 0.65% 0.93% -
XYZ 48.2 27.67 82.92 -
YUV 141.82 181.72 184.48 -
System Red Green Blue C M Y K H S L
Decimal 221 83 237 0.07 0.65 0 0.07 293.77 0.81 0.63
Hex DD 53 ED 7 41 0 7 126 51 3F
Octal 335 123 355 7 101 0 7 446 121 77
Binary 11011101 1010011 11101101 111 1000001 0 111 100100110 1010001 111111

Color Harmonies of #DD53ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD53ED

Black with #DD53ED

Text Example


Text Example

White with #DD53ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD53ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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