#DF5DDC

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

Shades of Free Speech Magenta #DF5DDC

Tints of Free Speech Magenta #DF5DDC

Color information

#DF5DDC (or 0xDF5DDC) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 5D and DC. RGB value is (223,93,220). Sum of RGB (Red+Green+Blue) = 223+93+220=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 93 (36.72% from 255 or 17.35% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5DDC is #20A223. Grayscale: #919191. Windows color (decimal): -2138660 or 14441951. OLE color: 14441951.

HSL color Cylindrical-coordinate representation of color #DF5DDC: hue angle of 301.38º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF5DDC is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB22393220-
CMYK00.580.010.13
HSL301.38º67.01%61.96%-
HSV(B)301.38º58.3%87.45%-
XYZ47.2628.6870.76-
YUV146.35169.57182.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.60%
GREEN value IS 93 (36.72% from 255) = 17.35%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=41.60%
G=17.35%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239322000.580.010.13301.3867.0161.96
HexDF5DDC03A1D12d433e
Octal33713533407211545510376
Binary110111111011101110111000111010111011001011011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5DDC; }

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

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

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

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

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

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

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

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