Html Css Color HEX #DD53E6 Free Speech Magenta

📋 copy color: '#DD53E6'

red 221 ◦ green 83 ◦ blue 230

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

Shades of Free Speech Magenta #DD53E6

Tints of Free Speech Magenta #DD53E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.07%

R = 41.39%
G = 15.54%
B = 43.07%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD53E6 (or 0xDD53E6) is known color: Free Speech Magenta. HEX triplet: DD, 53 and E6. RGB value is (221,83,230). Sum of RGB (Red+Green+Blue) = 221+83+230=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 83 (32.81% from 255 or 15.54% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD53E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD53E6 is #22AC19. Grayscale: #8C8C8C. Windows color (decimal): -2272282 or 15094749. OLE color: 15094749.

HSL color Cylindrical-coordinate representation of color #DD53E6: hue angle of 296.33º degrees, saturation: 0.75, 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 #DD53E6 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 83 230 -
CMYK 0.04 0.64 0 0.10
HSL 296.33º 0.75% 0.61% -
HSV(B) 296.33º 0.64% 0.9% -
XYZ 47.19 27.27 77.64 -
YUV 141.02 178.22 185.05 -
System Red Green Blue C M Y K H S L
Decimal 221 83 230 0.04 0.64 0 0.10 296.33 0.75 0.61
Hex DD 53 E6 4 40 0 A 128 4B 3D
Octal 335 123 346 4 100 0 12 450 113 75
Binary 11011101 1010011 11100110 100 1000000 0 1010 100101000 1001011 111101

Color Harmonies of #DD53E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD53E6

Black with #DD53E6

Text Example


Text Example

White with #DD53E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD53E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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