#DC5DCB

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

Shades of Free Speech Magenta #DC5DCB

Tints of Free Speech Magenta #DC5DCB

Color information

#DC5DCB (or 0xDC5DCB) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 5D and CB. RGB value is (220,93,203). Sum of RGB (Red+Green+Blue) = 220+93+203=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5DCB is #23A234. Grayscale: #8F8F8F. Windows color (decimal): -2335285 or 13327836. OLE color: 13327836.

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

Color convert

RGB22093203-
CMYK00.580.080.14
HSL308.03º64.47%61.37%-
HSV(B)308.03º57.73%86.27%-
XYZ44.2127.3659.45-
YUV143.51161.58182.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.64%
GREEN value IS 93 (36.72% from 255) = 18.02%
BLUE value IS 203 (79.69% from 255) = 39.34%
R=42.64%
G=18.02%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209320300.580.080.14308.0364.4761.37
HexDC5DCB03A8E134403d
Octal334135313072101646410075
Binary110111001011101110010110111010100011101001101001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5DCB; }

 p { color: rgb(220,93,203); }

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

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

 a { background-color: rgb(220,93,203); }

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

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

 span { border-color: rgb(220,93,203); }

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