Html Css Color HEX #DD58BD Free Speech Magenta

📋 copy color: '#DD58BD'

red 221 ◦ green 88 ◦ blue 189

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

Shades of Free Speech Magenta #DD58BD

Tints of Free Speech Magenta #DD58BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.95%

R = 44.38%
G = 17.67%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD58BD (or 0xDD58BD) is known color: Free Speech Magenta. HEX triplet: DD, 58 and BD. RGB value is (221,88,189). Sum of RGB (Red+Green+Blue) = 221+88+189=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58BD is #22A742. Grayscale: #8B8B8B. Windows color (decimal): -2271043 or 12409053. OLE color: 12409053.

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

Color convert

RGB 221 88 189 -
CMYK 0 0.60 0.14 0.13
HSL 314.44º 0.66% 0.61% -
HSV(B) 314.44º 0.6% 0.87% -
XYZ 42.49 26.03 50.93 -
YUV 139.28 156.06 186.29 -
System Red Green Blue C M Y K H S L
Decimal 221 88 189 0 0.60 0.14 0.13 314.44 0.66 0.61
Hex DD 58 BD 0 3C E D 13A 42 3D
Octal 335 130 275 0 74 16 15 472 102 75
Binary 11011101 1011000 10111101 0 111100 1110 1101 100111010 1000010 111101

Color Harmonies of #DD58BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD58BD

Black with #DD58BD

Text Example


Text Example

White with #DD58BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD58BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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