Html Css Color HEX #DB51E9 Free Speech Magenta

📋 copy color: '#DB51E9'

red 219 ◦ green 81 ◦ blue 233

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

Shades of Free Speech Magenta #DB51E9

Tints of Free Speech Magenta #DB51E9

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.2%

 BLUE value IS 233 (91.41% from 255) = 43.71%

R = 41.09%
G = 15.2%
B = 43.71%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB51E9 (or 0xDB51E9) is known color: Free Speech Magenta. HEX triplet: DB, 51 and E9. RGB value is (219,81,233). Sum of RGB (Red+Green+Blue) = 219+81+233=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 81 (32.03% from 255 or 15.20% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB51E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB51E9 is #24AE16. Grayscale: #8B8B8B. Windows color (decimal): -2403863 or 15290843. OLE color: 15290843.

HSL color Cylindrical-coordinate representation of color #DB51E9: hue angle of 294.47º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB51E9 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 81 233 -
CMYK 0.06 0.65 0 0.09
HSL 294.47º 0.78% 0.62% -
HSV(B) 294.47º 0.65% 0.91% -
XYZ 46.86 26.83 79.8 -
YUV 139.59 180.72 184.64 -
System Red Green Blue C M Y K H S L
Decimal 219 81 233 0.06 0.65 0 0.09 294.47 0.78 0.62
Hex DB 51 E9 6 41 0 9 126 4E 3E
Octal 333 121 351 6 101 0 11 446 116 76
Binary 11011011 1010001 11101001 110 1000001 0 1001 100100110 1001110 111110

Color Harmonies of #DB51E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB51E9

Black with #DB51E9

Text Example


Text Example

White with #DB51E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB51E9; }

 p { color: rgb(219,81,233); }

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

background-color css

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

 a { background-color: rgb(219,81,233); }

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

border-color css

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

 span { border-color: rgb(219,81,233); }

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