#DC61D6

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

Shades of Free Speech Magenta #DC61D6

Tints of Free Speech Magenta #DC61D6

Color information

#DC61D6 (or 0xDC61D6) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 61 and D6. RGB value is (220,97,214). Sum of RGB (Red+Green+Blue) = 220+97+214=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 97 (38.28% from 255 or 18.27% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC61D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC61D6 is #239E29. Grayscale: #929292. Windows color (decimal): -2334250 or 14049756. OLE color: 14049756.

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

Color convert

RGB22097214-
CMYK00.560.030.14
HSL302.93º63.73%62.16%-
HSV(B)302.93º55.91%86.27%-
XYZ45.9328.6266.72-
YUV147.12165.75179.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.43%
GREEN value IS 97 (38.28% from 255) = 18.27%
BLUE value IS 214 (83.98% from 255) = 40.30%
R=41.43%
G=18.27%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209721400.560.030.14302.9363.7362.16
HexDC61D60383E12f403e
Octal33414132607031645710076
Binary1101110011000011101011001110001111101001011111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC61D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC61D6; }

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

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

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

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

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

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

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

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