Html Css Color HEX #DD58DC Free Speech Magenta

📋 copy color: '#DD58DC'

red 221 ◦ green 88 ◦ blue 220

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

Shades of Free Speech Magenta #DD58DC

Tints of Free Speech Magenta #DD58DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 41.78%
G = 16.64%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD58DC (or 0xDD58DC) is known color: Free Speech Magenta. HEX triplet: DD, 58 and DC. RGB value is (221,88,220). Sum of RGB (Red+Green+Blue) = 221+88+220=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58DC is #22A723. Grayscale: #8E8E8E. Windows color (decimal): -2271012 or 14440669. OLE color: 14440669.

HSL color Cylindrical-coordinate representation of color #DD58DC: hue angle of 300.45º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD58DC is Cyan = 0, Magento = 0.60, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 88 220 -
CMYK 0 0.60 0.00 0.13
HSL 300.45º 0.66% 0.61% -
HSV(B) 300.45º 0.6% 0.87% -
XYZ 46.23 27.52 70.59 -
YUV 142.82 171.56 183.77 -
System Red Green Blue C M Y K H S L
Decimal 221 88 220 0 0.60 0.00 0.13 300.45 0.66 0.61
Hex DD 58 DC 0 3C 0 D 12C 42 3D
Octal 335 130 334 0 74 0 15 454 102 75
Binary 11011101 1011000 11011100 0 111100 0 1101 100101100 1000010 111101

Color Harmonies of #DD58DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD58DC

Black with #DD58DC

Text Example


Text Example

White with #DD58DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD58DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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