#DC63C2

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

Shades of Free Speech Magenta #DC63C2

Tints of Free Speech Magenta #DC63C2

Color information

#DC63C2 (or 0xDC63C2) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 63 and C2. RGB value is (220,99,194). Sum of RGB (Red+Green+Blue) = 220+99+194=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63C2 is #239C3D. Grayscale: #919191. Windows color (decimal): -2333758 or 12739548. OLE color: 12739548.

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

Color convert

RGB22099194-
CMYK00.550.120.14
HSL312.89º63.35%62.55%-
HSV(B)312.89º55%86.27%-
XYZ43.7128.0354.15-
YUV146.01155.09180.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.88%
GREEN value IS 99 (39.06% from 255) = 19.30%
BLUE value IS 194 (76.17% from 255) = 37.82%
R=42.88%
G=19.30%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209919400.550.120.14312.8963.3562.55
HexDC63C2037CE1393f3f
Octal33414330206714164717777
Binary11011100110001111000010011011111001110100111001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC63C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC63C2; }

 p { color: rgb(220,99,194); }

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

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

 a { background-color: rgb(220,99,194); }

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

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

 span { border-color: rgb(220,99,194); }

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