Html Css Color HEX #DD5EBB Free Speech Magenta

📋 copy color: '#DD5EBB'

red 221 ◦ green 94 ◦ blue 187

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

Shades of Free Speech Magenta #DD5EBB

Tints of Free Speech Magenta #DD5EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.25%

R = 44.02%
G = 18.73%
B = 37.25%

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

#DD5EBB (or 0xDD5EBB) is known color: Free Speech Magenta. HEX triplet: DD, 5E and BB. RGB value is (221,94,187). Sum of RGB (Red+Green+Blue) = 221+94+187=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5EBB is #22A144. Grayscale: #8E8E8E. Windows color (decimal): -2269509 or 12279517. OLE color: 12279517.

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

Color convert

RGB 221 94 187 -
CMYK 0 0.57 0.15 0.13
HSL 316.06º 0.65% 0.62% -
HSV(B) 316.06º 0.57% 0.87% -
XYZ 42.79 26.97 49.96 -
YUV 142.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 221 94 187 0 0.57 0.15 0.13 316.06 0.65 0.62
Hex DD 5E BB 0 39 F D 13C 41 3E
Octal 335 136 273 0 71 17 15 474 101 76
Binary 11011101 1011110 10111011 0 111001 1111 1101 100111100 1000001 111110

Color Harmonies of #DD5EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5EBB

Black with #DD5EBB

Text Example


Text Example

White with #DD5EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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