#df53da

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

Shades of Free Speech Magenta #DF53DA

Tints of Free Speech Magenta #DF53DA

Color information

#DF53DA (or 0xDF53DA) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 53 and DA. RGB value is (223,83,218). Sum of RGB (Red+Green+Blue) = 223+83+218=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53DA is #20AC25. Grayscale: #8B8B8B. Windows color (decimal): -2141222 or 14308319. OLE color: 14308319.

HSL color Cylindrical-coordinate representation of color #DF53DA: hue angle of 302.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 #DF53DA is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB22383218-
CMYK00.630.020.13
HSL302.14º68.63%60%-
HSV(B)302.14º62.78%87.45%-
XYZ46.1826.9469.09-
YUV140.25171.88187.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.56%
GREEN value IS 83 (32.81% from 255) = 15.84%
BLUE value IS 218 (85.55% from 255) = 41.60%
R=42.56%
G=15.84%
B=41.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238321800.630.020.13302.1468.6360
HexDF53DA03F2D12e453c
Octal33712333207721545610574
Binary1101111110100111101101001111111011011001011101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df53da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df53da; }

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

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

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

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

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

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

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

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