#DC58C8

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

Shades of Free Speech Magenta #DC58C8

Tints of Free Speech Magenta #DC58C8

Color information

#DC58C8 (or 0xDC58C8) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 58 and C8. RGB value is (220,88,200). Sum of RGB (Red+Green+Blue) = 220+88+200=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 88 (34.77% from 255 or 17.32% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC58C8 is #23A737. Grayscale: #8B8B8B. Windows color (decimal): -2336568 or 13129948. OLE color: 13129948.

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

Color convert

RGB22088200-
CMYK00.60.090.14
HSL309.09º65.35%60.39%-
HSV(B)309.09º60%86.27%-
XYZ43.4326.3757.44-
YUV140.24161.73184.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.31%
GREEN value IS 88 (34.77% from 255) = 17.32%
BLUE value IS 200 (78.52% from 255) = 39.37%
R=43.31%
G=17.32%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208820000.60.090.14309.0965.3560.39
HexDC58C803C9E135413c
Octal334130310074111646510174
Binary110111001011000110010000111100100111101001101011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC58C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC58C8; }

 p { color: rgb(220,88,200); }

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

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

 a { background-color: rgb(220,88,200); }

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

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

 span { border-color: rgb(220,88,200); }

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