Html Css Color HEX #DD5DE0 Free Speech Magenta

📋 copy color: '#DD5DE0'

red 221 ◦ green 93 ◦ blue 224

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

Shades of Free Speech Magenta #DD5DE0

Tints of Free Speech Magenta #DD5DE0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.29%

 BLUE value IS 224 (87.89% from 255) = 41.64%

R = 41.08%
G = 17.29%
B = 41.64%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD5DE0 (or 0xDD5DE0) is known color: Free Speech Magenta. HEX triplet: DD, 5D and E0. RGB value is (221,93,224). Sum of RGB (Red+Green+Blue) = 221+93+224=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 93 (36.72% from 255 or 17.29% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD5DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DE0 is #22A21F. Grayscale: #919191. Windows color (decimal): -2269728 or 14704093. OLE color: 14704093.

HSL color Cylindrical-coordinate representation of color #DD5DE0: hue angle of 298.63º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5DE0 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 93 224 -
CMYK 0.01 0.58 0 0.12
HSL 298.63º 0.68% 0.62% -
HSV(B) 298.63º 0.58% 0.88% -
XYZ 47.19 28.58 73.55 -
YUV 146.21 171.91 181.35 -
System Red Green Blue C M Y K H S L
Decimal 221 93 224 0.01 0.58 0 0.12 298.63 0.68 0.62
Hex DD 5D E0 1 3A 0 C 12B 44 3E
Octal 335 135 340 1 72 0 14 453 104 76
Binary 11011101 1011101 11100000 1 111010 0 1100 100101011 1000100 111110

Color Harmonies of #DD5DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DE0

Black with #DD5DE0

Text Example


Text Example

White with #DD5DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DE0; }

 p { color: rgb(221,93,224); }

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

background-color css

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

 a { background-color: rgb(221,93,224); }

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

border-color css

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

 span { border-color: rgb(221,93,224); }

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