#DC60CD

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

Shades of Free Speech Magenta #DC60CD

Tints of Free Speech Magenta #DC60CD

Color information

#DC60CD (or 0xDC60CD) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 60 and CD. RGB value is (220,96,205). Sum of RGB (Red+Green+Blue) = 220+96+205=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC60CD is #239F32. Grayscale: #919191. Windows color (decimal): -2334515 or 13459676. OLE color: 13459676.

HSL color Cylindrical-coordinate representation of color #DC60CD: hue angle of 307.26º 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 #DC60CD is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB22096205-
CMYK00.560.070.14
HSL307.26º63.92%61.96%-
HSV(B)307.26º56.36%86.27%-
XYZ44.7227.9960.8-
YUV145.5161.58181.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 96 (37.89% from 255) = 18.43%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=42.23%
G=18.43%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209620500.560.070.14307.2663.9261.96
HexDC60CD0387E133403e
Octal33414031507071646310076
Binary11011100110000011001101011100011111101001100111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC60CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC60CD; }

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

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

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

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

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

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

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

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