#DC61D4

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

Shades of Free Speech Magenta #DC61D4

Tints of Free Speech Magenta #DC61D4

Color information

#DC61D4 (or 0xDC61D4) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 61 and D4. RGB value is (220,97,212). Sum of RGB (Red+Green+Blue) = 220+97+212=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC61D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC61D4 is #239E2B. Grayscale: #929292. Windows color (decimal): -2334252 or 13918684. OLE color: 13918684.

HSL color Cylindrical-coordinate representation of color #DC61D4: hue angle of 303.9º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC61D4 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB22097212-
CMYK00.560.040.14
HSL303.9º63.73%62.16%-
HSV(B)303.9º55.91%86.27%-
XYZ45.6728.5265.38-
YUV146.89164.75180.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.59%
GREEN value IS 97 (38.28% from 255) = 18.34%
BLUE value IS 212 (83.20% from 255) = 40.08%
R=41.59%
G=18.34%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209721200.560.040.14303.963.7362.16
HexDC61D40384E130403e
Octal33414132407041646010076
Binary11011100110000111010100011100010011101001100001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC61D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC61D4; }

 p { color: rgb(220,97,212); }

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

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

 a { background-color: rgb(220,97,212); }

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

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

 span { border-color: rgb(220,97,212); }

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