Html Css Color HEX #DD58D1 Free Speech Magenta

📋 copy color: '#DD58D1'

red 221 ◦ green 88 ◦ blue 209

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

Shades of Free Speech Magenta #DD58D1

Tints of Free Speech Magenta #DD58D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.35%

R = 42.66%
G = 16.99%
B = 40.35%

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

#DD58D1 (or 0xDD58D1) is known color: Free Speech Magenta. HEX triplet: DD, 58 and D1. RGB value is (221,88,209). Sum of RGB (Red+Green+Blue) = 221+88+209=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58D1 is #22A72E. Grayscale: #8D8D8D. Windows color (decimal): -2271023 or 13719773. OLE color: 13719773.

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

Color convert

RGB 221 88 209 -
CMYK 0 0.60 0.05 0.13
HSL 305.41º 0.66% 0.61% -
HSV(B) 305.41º 0.6% 0.87% -
XYZ 44.82 26.96 63.16 -
YUV 141.56 166.06 184.66 -
System Red Green Blue C M Y K H S L
Decimal 221 88 209 0 0.60 0.05 0.13 305.41 0.66 0.61
Hex DD 58 D1 0 3C 5 D 131 42 3D
Octal 335 130 321 0 74 5 15 461 102 75
Binary 11011101 1011000 11010001 0 111100 101 1101 100110001 1000010 111101

Color Harmonies of #DD58D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD58D1

Black with #DD58D1

Text Example


Text Example

White with #DD58D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD58D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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