#DC3CCA

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

Shades of Free Speech Magenta #DC3CCA

Tints of Free Speech Magenta #DC3CCA

Color information

#DC3CCA (or 0xDC3CCA) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 3C and CA. RGB value is (220,60,202). Sum of RGB (Red+Green+Blue) = 220+60+202=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 60 (23.83% from 255 or 12.45% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3CCA is #23C335. Grayscale: #7B7B7B. Windows color (decimal): -2343734 or 13253852. OLE color: 13253852.

HSL color Cylindrical-coordinate representation of color #DC3CCA: hue angle of 306.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3CCA is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB22060202-
CMYK00.730.080.14
HSL306.75º69.57%54.9%-
HSV(B)306.75º72.73%86.27%-
XYZ41.7922.7158.06-
YUV124.03172.01196.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.64%
GREEN value IS 60 (23.83% from 255) = 12.45%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=45.64%
G=12.45%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206020200.730.080.14306.7569.5754.9
HexDC3CCA0498E1334637
Octal334743120111101646310667
Binary110111001111001100101001001001100011101001100111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3CCA; }

 p { color: rgb(220,60,202); }

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

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

 a { background-color: rgb(220,60,202); }

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

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

 span { border-color: rgb(220,60,202); }

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