Html Css Color HEX #DD5EC5 Free Speech Magenta

📋 copy color: '#DD5EC5'

red 221 ◦ green 94 ◦ blue 197

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

Shades of Free Speech Magenta #DD5EC5

Tints of Free Speech Magenta #DD5EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.48%

R = 43.16%
G = 18.36%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD5EC5 (or 0xDD5EC5) is known color: Free Speech Magenta. HEX triplet: DD, 5E and C5. RGB value is (221,94,197). Sum of RGB (Red+Green+Blue) = 221+94+197=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5EC5 is #22A13A. Grayscale: #8F8F8F. Windows color (decimal): -2269499 or 12934877. OLE color: 12934877.

HSL color Cylindrical-coordinate representation of color #DD5EC5: hue angle of 311.34º 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 #DD5EC5 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 94 197 -
CMYK 0 0.57 0.11 0.13
HSL 311.34º 0.65% 0.62% -
HSV(B) 311.34º 0.57% 0.87% -
XYZ 43.9 27.41 55.8 -
YUV 143.72 158.08 183.12 -
System Red Green Blue C M Y K H S L
Decimal 221 94 197 0 0.57 0.11 0.13 311.34 0.65 0.62
Hex DD 5E C5 0 39 B D 137 41 3E
Octal 335 136 305 0 71 13 15 467 101 76
Binary 11011101 1011110 11000101 0 111001 1011 1101 100110111 1000001 111110

Color Harmonies of #DD5EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5EC5

Black with #DD5EC5

Text Example


Text Example

White with #DD5EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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