Html Css Color HEX #DD5EDC Free Speech Magenta

📋 copy color: '#DD5EDC'

red 221 ◦ green 94 ◦ blue 220

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

Shades of Free Speech Magenta #DD5EDC

Tints of Free Speech Magenta #DD5EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 41.31%
G = 17.57%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD5EDC (or 0xDD5EDC) is known color: Free Speech Magenta. HEX triplet: DD, 5E and DC. RGB value is (221,94,220). Sum of RGB (Red+Green+Blue) = 221+94+220=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5EDC is #22A123. Grayscale: #919191. Windows color (decimal): -2269476 or 14442205. OLE color: 14442205.

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

Color convert

RGB 221 94 220 -
CMYK 0 0.57 0.00 0.13
HSL 300.47º 0.65% 0.62% -
HSV(B) 300.47º 0.57% 0.87% -
XYZ 46.74 28.54 70.76 -
YUV 146.34 169.58 181.25 -
System Red Green Blue C M Y K H S L
Decimal 221 94 220 0 0.57 0.00 0.13 300.47 0.65 0.62
Hex DD 5E DC 0 39 0 D 12C 41 3E
Octal 335 136 334 0 71 0 15 454 101 76
Binary 11011101 1011110 11011100 0 111001 0 1101 100101100 1000001 111110

Color Harmonies of #DD5EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5EDC

Black with #DD5EDC

Text Example


Text Example

White with #DD5EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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