#DC61E9

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

Shades of Free Speech Magenta #DC61E9

Tints of Free Speech Magenta #DC61E9

Color information

#DC61E9 (or 0xDC61E9) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 61 and E9. RGB value is (220,97,233). Sum of RGB (Red+Green+Blue) = 220+97+233=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 97 (38.28% from 255 or 17.64% from 550); Blue value is 233 (91.41% from 255 or 42.36% from 550); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC61E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC61E9 is #239E16. Grayscale: #949494. Windows color (decimal): -2334231 or 15294940. OLE color: 15294940.

HSL color Cylindrical-coordinate representation of color #DC61E9: hue angle of 294.26º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC61E9 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22097233-
CMYK0.060.5800.09
HSL294.26º75.56%64.71%-
HSV(B)294.26º58.37%91.37%-
XYZ48.529.6580.26-
YUV149.28175.25178.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40%
GREEN value IS 97 (38.28% from 255) = 17.64%
BLUE value IS 233 (91.41% from 255) = 42.36%
R=40%
G=17.64%
B=42.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal220972330.060.5800.09294.2675.5664.71
HexDC61E963A091264c41
Octal334141351672011446114101
Binary110111001100001111010011101110100100110010011010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC61E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC61E9; }

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

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

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

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

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

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

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

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