Html Css Color HEX #DF53DC Free Speech Magenta

📋 copy color: '#DF53DC'

red 223 ◦ green 83 ◦ blue 220

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

Shades of Free Speech Magenta #DF53DC

Tints of Free Speech Magenta #DF53DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.83%

R = 42.4%
G = 15.78%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF53DC (or 0xDF53DC) is known color: Free Speech Magenta. HEX triplet: DF, 53 and DC. RGB value is (223,83,220). Sum of RGB (Red+Green+Blue) = 223+83+220=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 83 (32.81% from 255 or 15.78% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53DC is #20AC23. Grayscale: #8C8C8C. Windows color (decimal): -2141220 or 14439391. OLE color: 14439391.

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

Color convert

RGB 223 83 220 -
CMYK 0 0.63 0.01 0.13
HSL 301.29º 0.69% 0.6% -
HSV(B) 301.29º 0.63% 0.87% -
XYZ 46.44 27.04 70.48 -
YUV 140.48 172.88 186.86 -
System Red Green Blue C M Y K H S L
Decimal 223 83 220 0 0.63 0.01 0.13 301.29 0.69 0.6
Hex DF 53 DC 0 3F 1 D 12D 45 3C
Octal 337 123 334 0 77 1 15 455 105 74
Binary 11011111 1010011 11011100 0 111111 1 1101 100101101 1000101 111100

Color Harmonies of #DF53DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF53DC

Black with #DF53DC

Text Example


Text Example

White with #DF53DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF53DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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