Html Css Color HEX #DD55E0 Free Speech Magenta

📋 copy color: '#DD55E0'

red 221 ◦ green 85 ◦ blue 224

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

Shades of Free Speech Magenta #DD55E0

Tints of Free Speech Magenta #DD55E0

RGB

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

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

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

R = 41.7%
G = 16.04%
B = 42.26%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD55E0 (or 0xDD55E0) is known color: Free Speech Magenta. HEX triplet: DD, 55 and E0. RGB value is (221,85,224). Sum of RGB (Red+Green+Blue) = 221+85+224=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 85 (33.59% from 255 or 16.04% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD55E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55E0 is #22AA1F. Grayscale: #8D8D8D. Windows color (decimal): -2271776 or 14702045. OLE color: 14702045.

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

Color convert

RGB 221 85 224 -
CMYK 0.01 0.62 0 0.12
HSL 298.71º 0.69% 0.61% -
HSV(B) 298.71º 0.62% 0.88% -
XYZ 46.52 27.25 73.33 -
YUV 141.51 174.56 184.7 -
System Red Green Blue C M Y K H S L
Decimal 221 85 224 0.01 0.62 0 0.12 298.71 0.69 0.61
Hex DD 55 E0 1 3E 0 C 12B 45 3D
Octal 335 125 340 1 76 0 14 453 105 75
Binary 11011101 1010101 11100000 1 111110 0 1100 100101011 1000101 111101

Color Harmonies of #DD55E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD55E0

Black with #DD55E0

Text Example


Text Example

White with #DD55E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD55E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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