Html Css Color HEX #DB51E6 Free Speech Magenta

📋 copy color: '#DB51E6'

red 219 ◦ green 81 ◦ blue 230

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

Shades of Free Speech Magenta #DB51E6

Tints of Free Speech Magenta #DB51E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.4%

R = 41.32%
G = 15.28%
B = 43.4%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB51E6 (or 0xDB51E6) is known color: Free Speech Magenta. HEX triplet: DB, 51 and E6. RGB value is (219,81,230). Sum of RGB (Red+Green+Blue) = 219+81+230=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 81 (32.03% from 255 or 15.28% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB51E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB51E6 is #24AE19. Grayscale: #8A8A8A. Windows color (decimal): -2403866 or 15094235. OLE color: 15094235.

HSL color Cylindrical-coordinate representation of color #DB51E6: hue angle of 295.57º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB51E6 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 81 230 -
CMYK 0.05 0.65 0 0.10
HSL 295.57º 0.75% 0.61% -
HSV(B) 295.57º 0.65% 0.9% -
XYZ 46.44 26.66 77.56 -
YUV 139.25 179.22 184.88 -
System Red Green Blue C M Y K H S L
Decimal 219 81 230 0.05 0.65 0 0.10 295.57 0.75 0.61
Hex DB 51 E6 5 41 0 A 128 4B 3D
Octal 333 121 346 5 101 0 12 450 113 75
Binary 11011011 1010001 11100110 101 1000001 0 1010 100101000 1001011 111101

Color Harmonies of #DB51E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB51E6

Black with #DB51E6

Text Example


Text Example

White with #DB51E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB51E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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