Html Css Color HEX #DD59DF Free Speech Magenta

📋 copy color: '#DD59DF'

red 221 ◦ green 89 ◦ blue 223

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

Shades of Free Speech Magenta #DD59DF

Tints of Free Speech Magenta #DD59DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 41.46%
G = 16.7%
B = 41.84%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD59DF (or 0xDD59DF) is known color: Free Speech Magenta. HEX triplet: DD, 59 and DF. RGB value is (221,89,223). Sum of RGB (Red+Green+Blue) = 221+89+223=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 89 (35.16% from 255 or 16.70% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD59DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD59DF is #22A620. Grayscale: #8F8F8F. Windows color (decimal): -2270753 or 14637533. OLE color: 14637533.

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

Color convert

RGB 221 89 223 -
CMYK 0.01 0.60 0 0.13
HSL 299.1º 0.68% 0.61% -
HSV(B) 299.1º 0.6% 0.87% -
XYZ 46.71 27.84 72.72 -
YUV 143.74 172.73 183.1 -
System Red Green Blue C M Y K H S L
Decimal 221 89 223 0.01 0.60 0 0.13 299.1 0.68 0.61
Hex DD 59 DF 1 3C 0 D 12B 44 3D
Octal 335 131 337 1 74 0 15 453 104 75
Binary 11011101 1011001 11011111 1 111100 0 1101 100101011 1000100 111101

Color Harmonies of #DD59DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD59DF

Black with #DD59DF

Text Example


Text Example

White with #DD59DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD59DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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