Html Css Color HEX #DB51DB Free Speech Magenta

📋 copy color: '#DB51DB'

red 219 ◦ green 81 ◦ blue 219

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

Shades of Free Speech Magenta #DB51DB

Tints of Free Speech Magenta #DB51DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 42.2%
G = 15.61%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB51DB (or 0xDB51DB) is known color: Free Speech Magenta. HEX triplet: DB, 51 and DB. RGB value is (219,81,219). Sum of RGB (Red+Green+Blue) = 219+81+219=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 81 (32.03% from 255 or 15.61% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB51DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB51DB is #24AE24. Grayscale: #898989. Windows color (decimal): -2403877 or 14373339. OLE color: 14373339.

HSL color Cylindrical-coordinate representation of color #DB51DB: hue angle of 300º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB51DB is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 81 219 -
CMYK 0 0.63 0 0.14
HSL 300º 0.66% 0.59% -
HSV(B) 300º 0.63% 0.86% -
XYZ 44.94 26.06 69.68 -
YUV 137.99 173.72 185.78 -
System Red Green Blue C M Y K H S L
Decimal 219 81 219 0 0.63 0 0.14 300 0.66 0.59
Hex DB 51 DB 0 3F 0 E 12C 42 3B
Octal 333 121 333 0 77 0 16 454 102 73
Binary 11011011 1010001 11011011 0 111111 0 1110 100101100 1000010 111011

Color Harmonies of #DB51DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB51DB

Black with #DB51DB

Text Example


Text Example

White with #DB51DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB51DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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