#DF53BE

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

Shades of Free Speech Magenta #DF53BE

Tints of Free Speech Magenta #DF53BE

Color information

#DF53BE (or 0xDF53BE) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 53 and BE. RGB value is (223,83,190). Sum of RGB (Red+Green+Blue) = 223+83+190=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 83 (32.81% from 255 or 16.73% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53BE is #20AC41. Grayscale: #888888. Windows color (decimal): -2141250 or 12473311. OLE color: 12473311.

HSL color Cylindrical-coordinate representation of color #DF53BE: hue angle of 314.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF53BE is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB22383190-
CMYK00.630.150.13
HSL314.14º68.63%60%-
HSV(B)314.14º62.78%87.45%-
XYZ42.8225.5951.4-
YUV137.06157.88189.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.96%
GREEN value IS 83 (32.81% from 255) = 16.73%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=44.96%
G=16.73%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238319000.630.150.13314.1468.6360
HexDF53BE03FFD13a453c
Octal337123276077171547210574
Binary110111111010011101111100111111111111011001110101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF53BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF53BE; }

 p { color: rgb(223,83,190); }

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

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

 a { background-color: rgb(223,83,190); }

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

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

 span { border-color: rgb(223,83,190); }

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