Html Css Color HEX #DD3EDB Free Speech Magenta

📋 copy color: '#DD3EDB'

red 221 ◦ green 62 ◦ blue 219

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

Shades of Free Speech Magenta #DD3EDB

Tints of Free Speech Magenta #DD3EDB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.35%

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

R = 44.02%
G = 12.35%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD3EDB (or 0xDD3EDB) is known color: Free Speech Magenta. HEX triplet: DD, 3E and DB. RGB value is (221,62,219). Sum of RGB (Red+Green+Blue) = 221+62+219=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 62 (24.61% from 255 or 12.35% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3EDB is #22C124. Grayscale: #7E7E7E. Windows color (decimal): -2277669 or 14368477. OLE color: 14368477.

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

Color convert

RGB 221 62 219 -
CMYK 0 0.72 0.01 0.13
HSL 300.75º 0.7% 0.55% -
HSV(B) 300.75º 0.72% 0.87% -
XYZ 44.33 23.93 69.3 -
YUV 127.44 179.68 194.73 -
System Red Green Blue C M Y K H S L
Decimal 221 62 219 0 0.72 0.01 0.13 300.75 0.7 0.55
Hex DD 3E DB 0 48 1 D 12D 46 37
Octal 335 76 333 0 110 1 15 455 106 67
Binary 11011101 111110 11011011 0 1001000 1 1101 100101101 1000110 110111

Color Harmonies of #DD3EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3EDB

Black with #DD3EDB

Text Example


Text Example

White with #DD3EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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