#DC60C1

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

Shades of Free Speech Magenta #DC60C1

Tints of Free Speech Magenta #DC60C1

Color information

#DC60C1 (or 0xDC60C1) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 60 and C1. RGB value is (220,96,193). Sum of RGB (Red+Green+Blue) = 220+96+193=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC60C1 is #239F3E. Grayscale: #8F8F8F. Windows color (decimal): -2334527 or 12673244. OLE color: 12673244.

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

Color convert

RGB22096193-
CMYK00.560.120.14
HSL313.06º63.92%61.96%-
HSV(B)313.06º56.36%86.27%-
XYZ43.3227.4353.46-
YUV144.13155.58182.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.22%
GREEN value IS 96 (37.89% from 255) = 18.86%
BLUE value IS 193 (75.78% from 255) = 37.92%
R=43.22%
G=18.86%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209619300.560.120.14313.0663.9261.96
HexDC60C1038CE139403e
Octal334140301070141647110076
Binary110111001100000110000010111000110011101001110011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC60C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC60C1; }

 p { color: rgb(220,96,193); }

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

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

 a { background-color: rgb(220,96,193); }

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

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

 span { border-color: rgb(220,96,193); }

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