Html Css Color HEX #DD5EE1 Free Speech Magenta

📋 copy color: '#DD5EE1'

red 221 ◦ green 94 ◦ blue 225

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

Shades of Free Speech Magenta #DD5EE1

Tints of Free Speech Magenta #DD5EE1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.41%

 BLUE value IS 225 (88.28% from 255) = 41.67%

R = 40.93%
G = 17.41%
B = 41.67%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD5EE1 (or 0xDD5EE1) is known color: Free Speech Magenta. HEX triplet: DD, 5E and E1. RGB value is (221,94,225). Sum of RGB (Red+Green+Blue) = 221+94+225=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 94 (37.11% from 255 or 17.41% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD5EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5EE1 is #22A11E. Grayscale: #929292. Windows color (decimal): -2269471 or 14769885. OLE color: 14769885.

HSL color Cylindrical-coordinate representation of color #DD5EE1: hue angle of 298.17º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5EE1 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 94 225 -
CMYK 0.02 0.58 0 0.12
HSL 298.17º 0.69% 0.63% -
HSV(B) 298.17º 0.58% 0.88% -
XYZ 47.41 28.81 74.3 -
YUV 146.91 172.08 180.85 -
System Red Green Blue C M Y K H S L
Decimal 221 94 225 0.02 0.58 0 0.12 298.17 0.69 0.63
Hex DD 5E E1 2 3A 0 C 12A 45 3F
Octal 335 136 341 2 72 0 14 452 105 77
Binary 11011101 1011110 11100001 10 111010 0 1100 100101010 1000101 111111

Color Harmonies of #DD5EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5EE1

Black with #DD5EE1

Text Example


Text Example

White with #DD5EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5EE1; }

 p { color: rgb(221,94,225); }

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

background-color css

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

 a { background-color: rgb(221,94,225); }

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

border-color css

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

 span { border-color: rgb(221,94,225); }

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