Html Css Color HEX #DD53D1 Free Speech Magenta

📋 copy color: '#DD53D1'

red 221 ◦ green 83 ◦ blue 209

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

Shades of Free Speech Magenta #DD53D1

Tints of Free Speech Magenta #DD53D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.74%

R = 43.08%
G = 16.18%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD53D1 (or 0xDD53D1) is known color: Free Speech Magenta. HEX triplet: DD, 53 and D1. RGB value is (221,83,209). Sum of RGB (Red+Green+Blue) = 221+83+209=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 83 (32.81% from 255 or 16.18% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD53D1 is #22AC2E. Grayscale: #8A8A8A. Windows color (decimal): -2272303 or 13718493. OLE color: 13718493.

HSL color Cylindrical-coordinate representation of color #DD53D1: hue angle of 305.22º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD53D1 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 83 209 -
CMYK 0 0.62 0.05 0.13
HSL 305.22º 0.67% 0.6% -
HSV(B) 305.22º 0.62% 0.87% -
XYZ 44.42 26.16 63.03 -
YUV 138.63 167.72 186.75 -
System Red Green Blue C M Y K H S L
Decimal 221 83 209 0 0.62 0.05 0.13 305.22 0.67 0.6
Hex DD 53 D1 0 3E 5 D 131 43 3C
Octal 335 123 321 0 76 5 15 461 103 74
Binary 11011101 1010011 11010001 0 111110 101 1101 100110001 1000011 111100

Color Harmonies of #DD53D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD53D1

Black with #DD53D1

Text Example


Text Example

White with #DD53D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD53D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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