Html Css Color HEX #DC59CA Free Speech Magenta

📋 copy color: '#DC59CA'

red 220 ◦ green 89 ◦ blue 202

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

Shades of Free Speech Magenta #DC59CA

Tints of Free Speech Magenta #DC59CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.53%

R = 43.05%
G = 17.42%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC59CA (or 0xDC59CA) is known color: Free Speech Magenta. HEX triplet: DC, 59 and CA. RGB value is (220,89,202). Sum of RGB (Red+Green+Blue) = 220+89+202=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59CA is #23A635. Grayscale: #8C8C8C. Windows color (decimal): -2336310 or 13261276. OLE color: 13261276.

HSL color Cylindrical-coordinate representation of color #DC59CA: hue angle of 308.24º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC59CA is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 89 202 -
CMYK 0 0.60 0.08 0.14
HSL 308.24º 0.65% 0.61% -
HSV(B) 308.24º 0.6% 0.86% -
XYZ 43.75 26.62 58.71 -
YUV 141.05 162.4 184.31 -
System Red Green Blue C M Y K H S L
Decimal 220 89 202 0 0.60 0.08 0.14 308.24 0.65 0.61
Hex DC 59 CA 0 3C 8 E 134 41 3D
Octal 334 131 312 0 74 10 16 464 101 75
Binary 11011100 1011001 11001010 0 111100 1000 1110 100110100 1000001 111101

Color Harmonies of #DC59CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC59CA

Black with #DC59CA

Text Example


Text Example

White with #DC59CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC59CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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