#DC3AF7

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

Shades of Free Speech Magenta #DC3AF7

Tints of Free Speech Magenta #DC3AF7

Color information

#DC3AF7 (or 0xDC3AF7) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 3A and F7. RGB value is (220,58,247). Sum of RGB (Red+Green+Blue) = 220+58+247=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 58 (23.05% from 255 or 11.05% from 525); Blue value is 247 (96.88% from 255 or 47.05% from 525); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC3AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC3AF7 is #23C508. Grayscale: #7F7F7F. Windows color (decimal): -2344201 or 16202460. OLE color: 16202460.

HSL color Cylindrical-coordinate representation of color #DC3AF7: hue angle of 291.43º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3AF7 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22058247-
CMYK0.110.7700.03
HSL291.43º92.2%59.8%-
HSV(B)291.43º76.52%96.86%-
XYZ47.8224.9690.29-
YUV127.98195.17193.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.90%
GREEN value IS 58 (23.05% from 255) = 11.05%
BLUE value IS 247 (96.88% from 255) = 47.05%
R=41.90%
G=11.05%
B=47.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal220582470.110.7700.03291.4392.259.8
HexDC3AF7B4D031235c3c
Octal33472367131150344313474
Binary1101110011101011110111101110011010111001000111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3AF7; }

 p { color: rgb(220,58,247); }

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

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

 a { background-color: rgb(220,58,247); }

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

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

 span { border-color: rgb(220,58,247); }

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