Html Css Color HEX #DD58C7 Free Speech Magenta

📋 copy color: '#DD58C7'

red 221 ◦ green 88 ◦ blue 199

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

Shades of Free Speech Magenta #DD58C7

Tints of Free Speech Magenta #DD58C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.17%

R = 43.5%
G = 17.32%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD58C7 (or 0xDD58C7) is known color: Free Speech Magenta. HEX triplet: DD, 58 and C7. RGB value is (221,88,199). Sum of RGB (Red+Green+Blue) = 221+88+199=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 88 (34.77% from 255 or 17.32% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58C7 is #22A738. Grayscale: #8C8C8C. Windows color (decimal): -2271033 or 13064413. OLE color: 13064413.

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

Color convert

RGB 221 88 199 -
CMYK 0 0.60 0.10 0.13
HSL 309.92º 0.66% 0.61% -
HSV(B) 309.92º 0.6% 0.87% -
XYZ 43.62 26.48 56.84 -
YUV 140.42 161.06 185.47 -
System Red Green Blue C M Y K H S L
Decimal 221 88 199 0 0.60 0.10 0.13 309.92 0.66 0.61
Hex DD 58 C7 0 3C A D 136 42 3D
Octal 335 130 307 0 74 12 15 466 102 75
Binary 11011101 1011000 11000111 0 111100 1010 1101 100110110 1000010 111101

Color Harmonies of #DD58C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD58C7

Black with #DD58C7

Text Example


Text Example

White with #DD58C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD58C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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