Html Css Color HEX #DD58C2 Free Speech Magenta

📋 copy color: '#DD58C2'

red 221 ◦ green 88 ◦ blue 194

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

Shades of Free Speech Magenta #DD58C2

Tints of Free Speech Magenta #DD58C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.57%

R = 43.94%
G = 17.5%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD58C2 (or 0xDD58C2) is known color: Free Speech Magenta. HEX triplet: DD, 58 and C2. RGB value is (221,88,194). Sum of RGB (Red+Green+Blue) = 221+88+194=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58C2 is #22A73D. Grayscale: #8B8B8B. Windows color (decimal): -2271038 or 12736733. OLE color: 12736733.

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

Color convert

RGB 221 88 194 -
CMYK 0 0.60 0.12 0.13
HSL 312.18º 0.66% 0.61% -
HSV(B) 312.18º 0.6% 0.87% -
XYZ 43.05 26.25 53.84 -
YUV 139.85 158.56 185.88 -
System Red Green Blue C M Y K H S L
Decimal 221 88 194 0 0.60 0.12 0.13 312.18 0.66 0.61
Hex DD 58 C2 0 3C C D 138 42 3D
Octal 335 130 302 0 74 14 15 470 102 75
Binary 11011101 1011000 11000010 0 111100 1100 1101 100111000 1000010 111101

Color Harmonies of #DD58C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD58C2

Black with #DD58C2

Text Example


Text Example

White with #DD58C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD58C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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