#DC37E7

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

Shades of Free Speech Magenta #DC37E7

Tints of Free Speech Magenta #DC37E7

Color information

#DC37E7 (or 0xDC37E7) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 37 and E7. RGB value is (220,55,231). Sum of RGB (Red+Green+Blue) = 220+55+231=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 55 (21.88% from 255 or 10.87% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC37E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC37E7 is #23C818. Grayscale: #7B7B7B. Windows color (decimal): -2344985 or 15153116. OLE color: 15153116.

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

Color convert

RGB22055231-
CMYK0.050.7600.09
HSL296.25º78.57%56.08%-
HSV(B)296.25º76.19%90.59%-
XYZ45.3123.7277.79-
YUV124.4188.16196.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 55 (21.88% from 255) = 10.87%
BLUE value IS 231 (90.62% from 255) = 45.65%
R=43.48%
G=10.87%
B=45.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal220552310.050.7600.09296.2578.5756.08
HexDC37E754C091284f38
Octal33467347511401145011770
Binary11011100110111111001111011001100010011001010001001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC37E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC37E7; }

 p { color: rgb(220,55,231); }

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

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

 a { background-color: rgb(220,55,231); }

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

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

 span { border-color: rgb(220,55,231); }

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