#DF4DC0

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

Shades of Free Speech Magenta #DF4DC0

Tints of Free Speech Magenta #DF4DC0

Color information

#DF4DC0 (or 0xDF4DC0) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 4D and C0. RGB value is (223,77,192). Sum of RGB (Red+Green+Blue) = 223+77+192=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4DC0 is #20B23F. Grayscale: #858585. Windows color (decimal): -2142784 or 12602847. OLE color: 12602847.

HSL color Cylindrical-coordinate representation of color #DF4DC0: hue angle of 312.74º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4DC0 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB22377192-
CMYK00.650.140.13
HSL312.74º69.52%58.82%-
HSV(B)312.74º65.47%87.45%-
XYZ42.624.852.41-
YUV133.76160.87191.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.33%
GREEN value IS 77 (30.47% from 255) = 15.65%
BLUE value IS 192 (75.39% from 255) = 39.02%
R=45.33%
G=15.65%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237719200.650.140.13312.7469.5258.82
HexDF4DC0041ED139463b
Octal3371153000101161547110673
Binary1101111110011011100000001000001111011011001110011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4DC0; }

 p { color: rgb(223,77,192); }

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

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

 a { background-color: rgb(223,77,192); }

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

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

 span { border-color: rgb(223,77,192); }

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