Html Css Color HEX #DC59DD Free Speech Magenta

📋 copy color: '#DC59DD'

red 220 ◦ green 89 ◦ blue 221

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

Shades of Free Speech Magenta #DC59DD

Tints of Free Speech Magenta #DC59DD

RGB

 RED value IS 220 (86.33% from 255) = 41.51%

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

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 41.51%
G = 16.79%
B = 41.7%

CMYK

 C value IS 0.00

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC59DD (or 0xDC59DD) is known color: Free Speech Magenta. HEX triplet: DC, 59 and DD. RGB value is (220,89,221). Sum of RGB (Red+Green+Blue) = 220+89+221=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC59DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59DD is #23A622. Grayscale: #8E8E8E. Windows color (decimal): -2336291 or 14506460. OLE color: 14506460.

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

Color convert

RGB 220 89 221 -
CMYK 0.00 0.60 0 0.13
HSL 299.55º 0.66% 0.61% -
HSV(B) 299.55º 0.6% 0.87% -
XYZ 46.14 27.58 71.3 -
YUV 143.22 171.9 182.77 -
System Red Green Blue C M Y K H S L
Decimal 220 89 221 0.00 0.60 0 0.13 299.55 0.66 0.61
Hex DC 59 DD 0 3C 0 D 12C 42 3D
Octal 334 131 335 0 74 0 15 454 102 75
Binary 11011100 1011001 11011101 0 111100 0 1101 100101100 1000010 111101

Color Harmonies of #DC59DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC59DD

Black with #DC59DD

Text Example


Text Example

White with #DC59DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC59DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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