Html Css Color HEX #DD4EDB Free Speech Magenta

📋 copy color: '#DD4EDB'

red 221 ◦ green 78 ◦ blue 219

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

Shades of Free Speech Magenta #DD4EDB

Tints of Free Speech Magenta #DD4EDB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.06%

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

R = 42.66%
G = 15.06%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD4EDB (or 0xDD4EDB) is known color: Free Speech Magenta. HEX triplet: DD, 4E and DB. RGB value is (221,78,219). Sum of RGB (Red+Green+Blue) = 221+78+219=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 78 (30.86% from 255 or 15.06% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4EDB is #22B124. Grayscale: #888888. Windows color (decimal): -2273573 or 14372573. OLE color: 14372573.

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

Color convert

RGB 221 78 219 -
CMYK 0 0.65 0.01 0.13
HSL 300.84º 0.68% 0.59% -
HSV(B) 300.84º 0.65% 0.87% -
XYZ 45.33 25.94 69.63 -
YUV 136.83 174.38 188.04 -
System Red Green Blue C M Y K H S L
Decimal 221 78 219 0 0.65 0.01 0.13 300.84 0.68 0.59
Hex DD 4E DB 0 41 1 D 12D 44 3B
Octal 335 116 333 0 101 1 15 455 104 73
Binary 11011101 1001110 11011011 0 1000001 1 1101 100101101 1000100 111011

Color Harmonies of #DD4EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4EDB

Black with #DD4EDB

Text Example


Text Example

White with #DD4EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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