Html Css Color HEX #DD58EF Free Speech Magenta

📋 copy color: '#DD58EF'

red 221 ◦ green 88 ◦ blue 239

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

Shades of Free Speech Magenta #DD58EF

Tints of Free Speech Magenta #DD58EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.61%

R = 40.33%
G = 16.06%
B = 43.61%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD58EF (or 0xDD58EF) is known color: Free Speech Magenta. HEX triplet: DD, 58 and EF. RGB value is (221,88,239). Sum of RGB (Red+Green+Blue) = 221+88+239=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 88 (34.77% from 255 or 16.06% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD58EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD58EF is #22A710. Grayscale: #909090. Windows color (decimal): -2270993 or 15685853. OLE color: 15685853.

HSL color Cylindrical-coordinate representation of color #DD58EF: hue angle of 292.85º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD58EF is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 88 239 -
CMYK 0.08 0.63 0 0.06
HSL 292.85º 0.83% 0.64% -
HSV(B) 292.85º 0.63% 0.94% -
XYZ 48.89 28.58 84.6 -
YUV 144.98 181.06 182.22 -
System Red Green Blue C M Y K H S L
Decimal 221 88 239 0.08 0.63 0 0.06 292.85 0.83 0.64
Hex DD 58 EF 8 3F 0 6 125 53 40
Octal 335 130 357 10 77 0 6 445 123 100
Binary 11011101 1011000 11101111 1000 111111 0 110 100100101 1010011 1000000

Color Harmonies of #DD58EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD58EF

Black with #DD58EF

Text Example


Text Example

White with #DD58EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD58EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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