Html Css Color HEX #DB53EF Free Speech Magenta

📋 copy color: '#DB53EF'

red 219 ◦ green 83 ◦ blue 239

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

Shades of Free Speech Magenta #DB53EF

Tints of Free Speech Magenta #DB53EF

RGB

 RED value IS 219 (85.94% from 255) = 40.48%

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

 BLUE value IS 239 (93.75% from 255) = 44.18%

R = 40.48%
G = 15.34%
B = 44.18%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB53EF (or 0xDB53EF) is known color: Free Speech Magenta. HEX triplet: DB, 53 and EF. RGB value is (219,83,239). Sum of RGB (Red+Green+Blue) = 219+83+239=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 83 (32.81% from 255 or 15.34% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB53EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB53EF is #24AC10. Grayscale: #8C8C8C. Windows color (decimal): -2403345 or 15684571. OLE color: 15684571.

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

Color convert

RGB 219 83 239 -
CMYK 0.08 0.65 0 0.06
HSL 292.31º 0.83% 0.63% -
HSV(B) 292.31º 0.65% 0.94% -
XYZ 47.89 27.48 84.44 -
YUV 141.45 183.06 183.32 -
System Red Green Blue C M Y K H S L
Decimal 219 83 239 0.08 0.65 0 0.06 292.31 0.83 0.63
Hex DB 53 EF 8 41 0 6 124 53 3F
Octal 333 123 357 10 101 0 6 444 123 77
Binary 11011011 1010011 11101111 1000 1000001 0 110 100100100 1010011 111111

Color Harmonies of #DB53EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB53EF

Black with #DB53EF

Text Example


Text Example

White with #DB53EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB53EF; }

 p { color: rgb(219,83,239); }

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

background-color css

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

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

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

border-color css

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

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

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