Html Css Color HEX #DF53EE Free Speech Magenta

📋 copy color: '#DF53EE'

red 223 ◦ green 83 ◦ blue 238

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

Shades of Free Speech Magenta #DF53EE

Tints of Free Speech Magenta #DF53EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.75%

R = 40.99%
G = 15.26%
B = 43.75%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF53EE (or 0xDF53EE) is known color: Free Speech Magenta. HEX triplet: DF, 53 and EE. RGB value is (223,83,238). Sum of RGB (Red+Green+Blue) = 223+83+238=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 83 (32.81% from 255 or 15.26% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF53EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF53EE is #20AC11. Grayscale: #8E8E8E. Windows color (decimal): -2141202 or 15619039. OLE color: 15619039.

HSL color Cylindrical-coordinate representation of color #DF53EE: hue angle of 294.19º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF53EE is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 83 238 -
CMYK 0.06 0.65 0 0.07
HSL 294.19º 0.82% 0.63% -
HSV(B) 294.19º 0.65% 0.93% -
XYZ 48.96 28.05 83.72 -
YUV 142.53 181.88 185.4 -
System Red Green Blue C M Y K H S L
Decimal 223 83 238 0.06 0.65 0 0.07 294.19 0.82 0.63
Hex DF 53 EE 6 41 0 7 126 52 3F
Octal 337 123 356 6 101 0 7 446 122 77
Binary 11011111 1010011 11101110 110 1000001 0 111 100100110 1010010 111111

Color Harmonies of #DF53EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF53EE

Black with #DF53EE

Text Example


Text Example

White with #DF53EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF53EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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