Html Css Color HEX #DF53EB Free Speech Magenta

📋 copy color: '#DF53EB'

red 223 ◦ green 83 ◦ blue 235

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

Shades of Free Speech Magenta #DF53EB

Tints of Free Speech Magenta #DF53EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.44%

R = 41.22%
G = 15.34%
B = 43.44%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DF53EB (or 0xDF53EB) is known color: Free Speech Magenta. HEX triplet: DF, 53 and EB. RGB value is (223,83,235). Sum of RGB (Red+Green+Blue) = 223+83+235=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 83 (32.81% from 255 or 15.34% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF53EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF53EB is #20AC14. Grayscale: #8D8D8D. Windows color (decimal): -2141205 or 15422431. OLE color: 15422431.

HSL color Cylindrical-coordinate representation of color #DF53EB: hue angle of 295.26º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF53EB is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 83 235 -
CMYK 0.05 0.65 0 0.08
HSL 295.26º 0.79% 0.62% -
HSV(B) 295.26º 0.65% 0.92% -
XYZ 48.52 27.87 81.42 -
YUV 142.19 180.38 185.64 -
System Red Green Blue C M Y K H S L
Decimal 223 83 235 0.05 0.65 0 0.08 295.26 0.79 0.62
Hex DF 53 EB 5 41 0 8 127 4F 3E
Octal 337 123 353 5 101 0 10 447 117 76
Binary 11011111 1010011 11101011 101 1000001 0 1000 100100111 1001111 111110

Color Harmonies of #DF53EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF53EB

Black with #DF53EB

Text Example


Text Example

White with #DF53EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF53EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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