Html Css Color HEX #DD58E7 Free Speech Magenta

📋 copy color: '#DD58E7'

red 221 ◦ green 88 ◦ blue 231

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

Shades of Free Speech Magenta #DD58E7

Tints of Free Speech Magenta #DD58E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.78%

R = 40.93%
G = 16.3%
B = 42.78%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DD58E7 (or 0xDD58E7) is known color: Free Speech Magenta. HEX triplet: DD, 58 and E7. RGB value is (221,88,231). Sum of RGB (Red+Green+Blue) = 221+88+231=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 88 (34.77% from 255 or 16.30% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD58E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD58E7 is #22A718. Grayscale: #8F8F8F. Windows color (decimal): -2271001 or 15161565. OLE color: 15161565.

HSL color Cylindrical-coordinate representation of color #DD58E7: hue angle of 295.8º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD58E7 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 88 231 -
CMYK 0.04 0.62 0 0.09
HSL 295.8º 0.75% 0.63% -
HSV(B) 295.8º 0.62% 0.91% -
XYZ 47.73 28.12 78.51 -
YUV 144.07 177.06 182.87 -
System Red Green Blue C M Y K H S L
Decimal 221 88 231 0.04 0.62 0 0.09 295.8 0.75 0.63
Hex DD 58 E7 4 3E 0 9 128 4B 3F
Octal 335 130 347 4 76 0 11 450 113 77
Binary 11011101 1011000 11100111 100 111110 0 1001 100101000 1001011 111111

Color Harmonies of #DD58E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD58E7

Black with #DD58E7

Text Example


Text Example

White with #DD58E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD58E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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