#DC46C8

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

Shades of Free Speech Magenta #DC46C8

Tints of Free Speech Magenta #DC46C8

Color information

#DC46C8 (or 0xDC46C8) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 46 and C8. RGB value is (220,70,200). Sum of RGB (Red+Green+Blue) = 220+70+200=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 70 (27.73% from 255 or 14.29% from 490); Blue value is 200 (78.52% from 255 or 40.82% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC46C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC46C8 is #23B937. Grayscale: #818181. Windows color (decimal): -2341176 or 13125340. OLE color: 13125340.

HSL color Cylindrical-coordinate representation of color #DC46C8: hue angle of 308º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC46C8 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB22070200-
CMYK00.680.090.14
HSL308º68.18%56.86%-
HSV(B)308º68.18%86.27%-
XYZ42.1323.7757.01-
YUV129.67167.7192.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.90%
GREEN value IS 70 (27.73% from 255) = 14.29%
BLUE value IS 200 (78.52% from 255) = 40.82%
R=44.90%
G=14.29%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207020000.680.090.1430868.1856.86
HexDC46C80449E1344439
Octal3341063100104111646410471
Binary1101110010001101100100001000100100111101001101001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC46C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC46C8; }

 p { color: rgb(220,70,200); }

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

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

 a { background-color: rgb(220,70,200); }

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

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

 span { border-color: rgb(220,70,200); }

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