#DC4AF1

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

Shades of Free Speech Magenta #DC4AF1

Tints of Free Speech Magenta #DC4AF1

Color information

#DC4AF1 (or 0xDC4AF1) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 4A and F1. RGB value is (220,74,241). Sum of RGB (Red+Green+Blue) = 220+74+241=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 74 (29.30% from 255 or 13.83% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC4AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC4AF1 is #23B50E. Grayscale: #888888. Windows color (decimal): -2340111 or 15813340. OLE color: 15813340.

HSL color Cylindrical-coordinate representation of color #DC4AF1: hue angle of 292.46º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4AF1 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22074241-
CMYK0.090.6900.05
HSL292.46º85.64%61.76%-
HSV(B)292.46º69.29%94.51%-
XYZ47.8426.4685.81-
YUV136.69186.87187.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.12%
GREEN value IS 74 (29.30% from 255) = 13.83%
BLUE value IS 241 (94.53% from 255) = 45.05%
R=41.12%
G=13.83%
B=45.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal220742410.090.6900.05292.4685.6461.76
HexDC4AF194505124563e
Octal334112361111050544412676
Binary110111001001010111100011001100010101011001001001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4AF1; }

 p { color: rgb(220,74,241); }

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

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

 a { background-color: rgb(220,74,241); }

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

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

 span { border-color: rgb(220,74,241); }

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