Html Css Color HEX #DD53F3 Free Speech Magenta

📋 copy color: '#DD53F3'

red 221 ◦ green 83 ◦ blue 243

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

Shades of Free Speech Magenta #DD53F3

Tints of Free Speech Magenta #DD53F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.42%

R = 40.4%
G = 15.17%
B = 44.42%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD53F3 (or 0xDD53F3) is known color: Free Speech Magenta. HEX triplet: DD, 53 and F3. RGB value is (221,83,243). Sum of RGB (Red+Green+Blue) = 221+83+243=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 83 (32.81% from 255 or 15.17% from 547); Blue value is 243 (95.31% from 255 or 44.42% from 547); Max value from RGB is 243 - color contains mainly: blue. Hex color #DD53F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD53F3 is #22AC0C. Grayscale: #8E8E8E. Windows color (decimal): -2272269 or 15946717. OLE color: 15946717.

HSL color Cylindrical-coordinate representation of color #DD53F3: hue angle of 291.75º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD53F3 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 83 243 -
CMYK 0.09 0.66 0 0.05
HSL 291.75º 0.87% 0.64% -
HSV(B) 291.75º 0.66% 0.95% -
XYZ 49.09 28.03 87.62 -
YUV 142.5 184.72 183.99 -
System Red Green Blue C M Y K H S L
Decimal 221 83 243 0.09 0.66 0 0.05 291.75 0.87 0.64
Hex DD 53 F3 9 42 0 5 124 57 40
Octal 335 123 363 11 102 0 5 444 127 100
Binary 11011101 1010011 11110011 1001 1000010 0 101 100100100 1010111 1000000

Color Harmonies of #DD53F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD53F3

Black with #DD53F3

Text Example


Text Example

White with #DD53F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD53F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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