Html Css Color HEX #DD58E5 Free Speech Magenta

📋 copy color: '#DD58E5'

red 221 ◦ green 88 ◦ blue 229

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

Shades of Free Speech Magenta #DD58E5

Tints of Free Speech Magenta #DD58E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.57%

R = 41.08%
G = 16.36%
B = 42.57%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD58E5 (or 0xDD58E5) is known color: Free Speech Magenta. HEX triplet: DD, 58 and E5. RGB value is (221,88,229). Sum of RGB (Red+Green+Blue) = 221+88+229=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 88 (34.77% from 255 or 16.36% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD58E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58E5 is #22A71A. Grayscale: #8F8F8F. Windows color (decimal): -2271003 or 15030493. OLE color: 15030493.

HSL color Cylindrical-coordinate representation of color #DD58E5: hue angle of 296.6º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD58E5 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 88 229 -
CMYK 0.03 0.62 0 0.10
HSL 296.6º 0.73% 0.62% -
HSV(B) 296.6º 0.62% 0.9% -
XYZ 47.45 28.01 77.03 -
YUV 143.84 176.06 183.04 -
System Red Green Blue C M Y K H S L
Decimal 221 88 229 0.03 0.62 0 0.10 296.6 0.73 0.62
Hex DD 58 E5 3 3E 0 A 129 49 3E
Octal 335 130 345 3 76 0 12 451 111 76
Binary 11011101 1011000 11100101 11 111110 0 1010 100101001 1001001 111110

Color Harmonies of #DD58E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD58E5

Black with #DD58E5

Text Example


Text Example

White with #DD58E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD58E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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