Html Css Color HEX #DD59BC Free Speech Magenta

📋 copy color: '#DD59BC'

red 221 ◦ green 89 ◦ blue 188

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

Shades of Free Speech Magenta #DD59BC

Tints of Free Speech Magenta #DD59BC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.87%

 BLUE value IS 188 (73.83% from 255) = 37.75%

R = 44.38%
G = 17.87%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD59BC (or 0xDD59BC) is known color: Free Speech Magenta. HEX triplet: DD, 59 and BC. RGB value is (221,89,188). Sum of RGB (Red+Green+Blue) = 221+89+188=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD59BC is #22A643. Grayscale: #8B8B8B. Windows color (decimal): -2270788 or 12343773. OLE color: 12343773.

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

Color convert

RGB 221 89 188 -
CMYK 0 0.60 0.15 0.13
HSL 315º 0.66% 0.61% -
HSV(B) 315º 0.6% 0.87% -
XYZ 42.47 26.15 50.39 -
YUV 139.75 155.23 185.95 -
System Red Green Blue C M Y K H S L
Decimal 221 89 188 0 0.60 0.15 0.13 315 0.66 0.61
Hex DD 59 BC 0 3C F D 13B 42 3D
Octal 335 131 274 0 74 17 15 473 102 75
Binary 11011101 1011001 10111100 0 111100 1111 1101 100111011 1000010 111101

Color Harmonies of #DD59BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD59BC

Black with #DD59BC

Text Example


Text Example

White with #DD59BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD59BC; }

 p { color: rgb(221,89,188); }

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

background-color css

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

 a { background-color: rgb(221,89,188); }

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

border-color css

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

 span { border-color: rgb(221,89,188); }

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