Html Css Color HEX #DD5EBC Free Speech Magenta

📋 copy color: '#DD5EBC'

red 221 ◦ green 94 ◦ blue 188

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

Shades of Free Speech Magenta #DD5EBC

Tints of Free Speech Magenta #DD5EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.38%

R = 43.94%
G = 18.69%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD5EBC (or 0xDD5EBC) is known color: Free Speech Magenta. HEX triplet: DD, 5E and BC. RGB value is (221,94,188). Sum of RGB (Red+Green+Blue) = 221+94+188=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5EBC is #22A143. Grayscale: #8E8E8E. Windows color (decimal): -2269508 or 12345053. OLE color: 12345053.

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

Color convert

RGB 221 94 188 -
CMYK 0 0.57 0.15 0.13
HSL 315.59º 0.65% 0.62% -
HSV(B) 315.59º 0.57% 0.87% -
XYZ 42.9 27.01 50.53 -
YUV 142.69 153.58 183.86 -
System Red Green Blue C M Y K H S L
Decimal 221 94 188 0 0.57 0.15 0.13 315.59 0.65 0.62
Hex DD 5E BC 0 39 F D 13C 41 3E
Octal 335 136 274 0 71 17 15 474 101 76
Binary 11011101 1011110 10111100 0 111001 1111 1101 100111100 1000001 111110

Color Harmonies of #DD5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5EBC

Black with #DD5EBC

Text Example


Text Example

White with #DD5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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