Html Css Color HEX #DB53EB Free Speech Magenta

📋 copy color: '#DB53EB'

red 219 ◦ green 83 ◦ blue 235

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

Shades of Free Speech Magenta #DB53EB

Tints of Free Speech Magenta #DB53EB

RGB

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

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

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

R = 40.78%
G = 15.46%
B = 43.76%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB53EB (or 0xDB53EB) is known color: Free Speech Magenta. HEX triplet: DB, 53 and EB. RGB value is (219,83,235). Sum of RGB (Red+Green+Blue) = 219+83+235=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 83 (32.81% from 255 or 15.46% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB53EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB53EB is #24AC14. Grayscale: #8C8C8C. Windows color (decimal): -2403349 or 15422427. OLE color: 15422427.

HSL color Cylindrical-coordinate representation of color #DB53EB: hue angle of 293.68º 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 #DB53EB is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 83 235 -
CMYK 0.07 0.65 0 0.08
HSL 293.68º 0.79% 0.62% -
HSV(B) 293.68º 0.65% 0.92% -
XYZ 47.3 27.24 81.36 -
YUV 140.99 181.06 183.64 -
System Red Green Blue C M Y K H S L
Decimal 219 83 235 0.07 0.65 0 0.08 293.68 0.79 0.62
Hex DB 53 EB 7 41 0 8 126 4F 3E
Octal 333 123 353 7 101 0 10 446 117 76
Binary 11011011 1010011 11101011 111 1000001 0 1000 100100110 1001111 111110

Color Harmonies of #DB53EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB53EB

Black with #DB53EB

Text Example


Text Example

White with #DB53EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB53EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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