Html Css Color HEX #DD58E2 Free Speech Magenta

📋 copy color: '#DD58E2'

red 221 ◦ green 88 ◦ blue 226

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

Shades of Free Speech Magenta #DD58E2

Tints of Free Speech Magenta #DD58E2

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.45%

 BLUE value IS 226 (88.67% from 255) = 42.24%

R = 41.31%
G = 16.45%
B = 42.24%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DD58E2 (or 0xDD58E2) is known color: Free Speech Magenta. HEX triplet: DD, 58 and E2. RGB value is (221,88,226). Sum of RGB (Red+Green+Blue) = 221+88+226=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 88 (34.77% from 255 or 16.45% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 226 - color contains mainly: blue. Hex color #DD58E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58E2 is #22A71D. Grayscale: #8F8F8F. Windows color (decimal): -2271006 or 14833885. OLE color: 14833885.

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

Color convert

RGB 221 88 226 -
CMYK 0.02 0.61 0 0.11
HSL 297.83º 0.7% 0.62% -
HSV(B) 297.83º 0.61% 0.89% -
XYZ 47.04 27.84 74.85 -
YUV 143.5 174.56 183.28 -
System Red Green Blue C M Y K H S L
Decimal 221 88 226 0.02 0.61 0 0.11 297.83 0.7 0.62
Hex DD 58 E2 2 3D 0 B 12A 46 3E
Octal 335 130 342 2 75 0 13 452 106 76
Binary 11011101 1011000 11100010 10 111101 0 1011 100101010 1000110 111110

Color Harmonies of #DD58E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD58E2

Black with #DD58E2

Text Example


Text Example

White with #DD58E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD58E2; }

 p { color: rgb(221,88,226); }

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

background-color css

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

 a { background-color: rgb(221,88,226); }

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

border-color css

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

 span { border-color: rgb(221,88,226); }

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