#DF4DCE

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

Shades of Free Speech Magenta #DF4DCE

Tints of Free Speech Magenta #DF4DCE

Color information

#DF4DCE (or 0xDF4DCE) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 4D and CE. RGB value is (223,77,206). Sum of RGB (Red+Green+Blue) = 223+77+206=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4DCE is #20B231. Grayscale: #868686. Windows color (decimal): -2142770 or 13520351. OLE color: 13520351.

HSL color Cylindrical-coordinate representation of color #DF4DCE: hue angle of 306.99º 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 #DF4DCE is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB22377206-
CMYK00.650.080.13
HSL306.99º69.52%58.82%-
HSV(B)306.99º65.47%87.45%-
XYZ44.2325.4560.97-
YUV135.36167.87190.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.07%
GREEN value IS 77 (30.47% from 255) = 15.22%
BLUE value IS 206 (80.86% from 255) = 40.71%
R=44.07%
G=15.22%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237720600.650.080.13306.9969.5258.82
HexDF4DCE0418D133463b
Octal3371153160101101546310673
Binary1101111110011011100111001000001100011011001100111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4DCE; }

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

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

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

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

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

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

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

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