Html Css Color HEX #DF53DF Free Speech Magenta

📋 copy color: '#DF53DF'

red 223 ◦ green 83 ◦ blue 223

#DF53DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #DF53DF

Tints of Free Speech Magenta #DF53DF

RGB

 RED value IS 223 (87.5% from 255) = 42.16%

 GREEN value IS 83 (32.81% from 255) = 15.69%

 BLUE value IS 223 (87.5% from 255) = 42.16%

R = 42.16%
G = 15.69%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF53DF (or 0xDF53DF) is known color: Free Speech Magenta. HEX triplet: DF, 53 and DF. RGB value is (223,83,223). Sum of RGB (Red+Green+Blue) = 223+83+223=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 83 (32.81% from 255 or 15.69% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF53DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53DF is #20AC20. Grayscale: #8C8C8C. Windows color (decimal): -2141217 or 14635999. OLE color: 14635999.

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

Color convert

RGB 223 83 223 -
CMYK 0 0.63 0 0.13
HSL 300º 0.69% 0.6% -
HSV(B) 300º 0.63% 0.87% -
XYZ 46.84 27.2 72.59 -
YUV 140.82 174.38 186.62 -
System Red Green Blue C M Y K H S L
Decimal 223 83 223 0 0.63 0 0.13 300 0.69 0.6
Hex DF 53 DF 0 3F 0 D 12C 45 3C
Octal 337 123 337 0 77 0 15 454 105 74
Binary 11011111 1010011 11011111 0 111111 0 1101 100101100 1000101 111100

Color Harmonies of #DF53DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF53DF

Black with #DF53DF

Text Example


Text Example

White with #DF53DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF53DF; }

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

 H1.HeaderClassName
 {
   color: #DF53DF;
 }
 .AnyTagClassName
 {
   color: #DF53DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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