#DC59B8

Color #DC59B8 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DC59B8

Tints of Free Speech Magenta #DC59B8

Color information

#DC59B8 (or 0xDC59B8) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 59 and B8. RGB value is (220,89,184). Sum of RGB (Red+Green+Blue) = 220+89+184=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59B8 is #23A647. Grayscale: #8A8A8A. Windows color (decimal): -2336328 or 12081628. OLE color: 12081628.

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

Color convert

RGB22089184-
CMYK00.600.160.14
HSL316.49º65.17%60.59%-
HSV(B)316.49º59.55%86.27%-
XYZ41.7425.8248.13-
YUV139153.4185.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.62%
GREEN value IS 89 (35.16% from 255) = 18.05%
BLUE value IS 184 (72.27% from 255) = 37.32%
R=44.62%
G=18.05%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208918400.600.160.14316.4965.1760.59
HexDC59B803C10E13c413d
Octal334131270074201647410175
Binary1101110010110011011100001111001000011101001111001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC59B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC59B8; }

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

 H1.HeaderClassName
 {
   color: #DC59B8;
 }
 .AnyTagClassName
 {
   color: #DC59B8;
 }
</style>
background-color css

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

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

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

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

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

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