Html Css Color HEX #DD53E5 Free Speech Magenta

📋 copy color: '#DD53E5'

red 221 ◦ green 83 ◦ blue 229

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

Shades of Free Speech Magenta #DD53E5

Tints of Free Speech Magenta #DD53E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.96%

R = 41.46%
G = 15.57%
B = 42.96%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD53E5 (or 0xDD53E5) is known color: Free Speech Magenta. HEX triplet: DD, 53 and E5. RGB value is (221,83,229). Sum of RGB (Red+Green+Blue) = 221+83+229=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 83 (32.81% from 255 or 15.57% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD53E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD53E5 is #22AC1A. Grayscale: #8C8C8C. Windows color (decimal): -2272283 or 15029213. OLE color: 15029213.

HSL color Cylindrical-coordinate representation of color #DD53E5: hue angle of 296.71º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD53E5 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 83 229 -
CMYK 0.03 0.64 0 0.10
HSL 296.71º 0.74% 0.61% -
HSV(B) 296.71º 0.64% 0.9% -
XYZ 47.05 27.22 76.9 -
YUV 140.91 177.72 185.13 -
System Red Green Blue C M Y K H S L
Decimal 221 83 229 0.03 0.64 0 0.10 296.71 0.74 0.61
Hex DD 53 E5 3 40 0 A 129 4A 3D
Octal 335 123 345 3 100 0 12 451 112 75
Binary 11011101 1010011 11100101 11 1000000 0 1010 100101001 1001010 111101

Color Harmonies of #DD53E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD53E5

Black with #DD53E5

Text Example


Text Example

White with #DD53E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD53E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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