Html Css Color HEX #DD55E3 Free Speech Magenta

📋 copy color: '#DD55E3'

red 221 ◦ green 85 ◦ blue 227

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

Shades of Free Speech Magenta #DD55E3

Tints of Free Speech Magenta #DD55E3

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.95%

 BLUE value IS 227 (89.06% from 255) = 42.59%

R = 41.46%
G = 15.95%
B = 42.59%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DD55E3 (or 0xDD55E3) is known color: Free Speech Magenta. HEX triplet: DD, 55 and E3. RGB value is (221,85,227). Sum of RGB (Red+Green+Blue) = 221+85+227=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 227 (89.06% from 255 or 42.59% from 533); Max value from RGB is 227 - color contains mainly: blue. Hex color #DD55E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55E3 is #22AA1C. Grayscale: #8D8D8D. Windows color (decimal): -2271773 or 14898653. OLE color: 14898653.

HSL color Cylindrical-coordinate representation of color #DD55E3: hue angle of 297.46º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD55E3 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 85 227 -
CMYK 0.03 0.63 0 0.11
HSL 297.46º 0.72% 0.61% -
HSV(B) 297.46º 0.63% 0.89% -
XYZ 46.93 27.42 75.49 -
YUV 141.85 176.06 184.45 -
System Red Green Blue C M Y K H S L
Decimal 221 85 227 0.03 0.63 0 0.11 297.46 0.72 0.61
Hex DD 55 E3 3 3F 0 B 129 48 3D
Octal 335 125 343 3 77 0 13 451 110 75
Binary 11011101 1010101 11100011 11 111111 0 1011 100101001 1001000 111101

Color Harmonies of #DD55E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD55E3

Black with #DD55E3

Text Example


Text Example

White with #DD55E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD55E3; }

 p { color: rgb(221,85,227); }

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

background-color css

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

 a { background-color: rgb(221,85,227); }

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

border-color css

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

 span { border-color: rgb(221,85,227); }

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