Html Css Color HEX #DD58D2 Free Speech Magenta

📋 copy color: '#DD58D2'

red 221 ◦ green 88 ◦ blue 210

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

Shades of Free Speech Magenta #DD58D2

Tints of Free Speech Magenta #DD58D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.46%

R = 42.58%
G = 16.96%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD58D2 (or 0xDD58D2) is known color: Free Speech Magenta. HEX triplet: DD, 58 and D2. RGB value is (221,88,210). Sum of RGB (Red+Green+Blue) = 221+88+210=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 88 (34.77% from 255 or 16.96% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58D2 is #22A72D. Grayscale: #8D8D8D. Windows color (decimal): -2271022 or 13785309. OLE color: 13785309.

HSL color Cylindrical-coordinate representation of color #DD58D2: hue angle of 304.96º 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 #DD58D2 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 88 210 -
CMYK 0 0.60 0.05 0.13
HSL 304.96º 0.66% 0.61% -
HSV(B) 304.96º 0.6% 0.87% -
XYZ 44.94 27 63.82 -
YUV 141.68 166.56 184.58 -
System Red Green Blue C M Y K H S L
Decimal 221 88 210 0 0.60 0.05 0.13 304.96 0.66 0.61
Hex DD 58 D2 0 3C 5 D 131 42 3D
Octal 335 130 322 0 74 5 15 461 102 75
Binary 11011101 1011000 11010010 0 111100 101 1101 100110001 1000010 111101

Color Harmonies of #DD58D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD58D2

Black with #DD58D2

Text Example


Text Example

White with #DD58D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD58D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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