#DC49DA

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

Shades of Free Speech Magenta #DC49DA

Tints of Free Speech Magenta #DC49DA

Color information

#DC49DA (or 0xDC49DA) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 49 and DA. RGB value is (220,73,218). Sum of RGB (Red+Green+Blue) = 220+73+218=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 73 (28.91% from 255 or 14.29% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC49DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC49DA is #23B625. Grayscale: #858585. Windows color (decimal): -2340390 or 14305756. OLE color: 14305756.

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

Color convert

RGB22073218-
CMYK00.670.010.14
HSL300.82º67.74%57.45%-
HSV(B)300.82º66.82%86.27%-
XYZ44.5525.0468.82-
YUV133.48175.7189.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.05%
GREEN value IS 73 (28.91% from 255) = 14.29%
BLUE value IS 218 (85.55% from 255) = 42.66%
R=43.05%
G=14.29%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207321800.670.010.14300.8267.7457.45
HexDC49DA0431E12d4439
Octal334111332010311645510471
Binary1101110010010011101101001000011111101001011011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC49DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC49DA; }

 p { color: rgb(220,73,218); }

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

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

 a { background-color: rgb(220,73,218); }

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

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

 span { border-color: rgb(220,73,218); }

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