Html Css Color HEX #DD5EDB Free Speech Magenta

📋 copy color: '#DD5EDB'

red 221 ◦ green 94 ◦ blue 219

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

Shades of Free Speech Magenta #DD5EDB

Tints of Free Speech Magenta #DD5EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.01%

R = 41.39%
G = 17.6%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD5EDB (or 0xDD5EDB) is known color: Free Speech Magenta. HEX triplet: DD, 5E and DB. RGB value is (221,94,219). Sum of RGB (Red+Green+Blue) = 221+94+219=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 94 (37.11% from 255 or 17.60% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5EDB is #22A124. Grayscale: #919191. Windows color (decimal): -2269477 or 14376669. OLE color: 14376669.

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

Color convert

RGB 221 94 219 -
CMYK 0 0.57 0.01 0.13
HSL 300.94º 0.65% 0.62% -
HSV(B) 300.94º 0.57% 0.87% -
XYZ 46.61 28.49 70.06 -
YUV 146.22 169.08 181.34 -
System Red Green Blue C M Y K H S L
Decimal 221 94 219 0 0.57 0.01 0.13 300.94 0.65 0.62
Hex DD 5E DB 0 39 1 D 12D 41 3E
Octal 335 136 333 0 71 1 15 455 101 76
Binary 11011101 1011110 11011011 0 111001 1 1101 100101101 1000001 111110

Color Harmonies of #DD5EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5EDB

Black with #DD5EDB

Text Example


Text Example

White with #DD5EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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