Html Css Color HEX #DB59DB Free Speech Magenta

📋 copy color: '#DB59DB'

red 219 ◦ green 89 ◦ blue 219

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

Shades of Free Speech Magenta #DB59DB

Tints of Free Speech Magenta #DB59DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.89%

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

R = 41.56%
G = 16.89%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB59DB (or 0xDB59DB) is known color: Free Speech Magenta. HEX triplet: DB, 59 and DB. RGB value is (219,89,219). Sum of RGB (Red+Green+Blue) = 219+89+219=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 89 (35.16% from 255 or 16.89% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB59DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59DB is #24A624. Grayscale: #8E8E8E. Windows color (decimal): -2401829 or 14375387. OLE color: 14375387.

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

Color convert

RGB 219 89 219 -
CMYK 0 0.59 0 0.14
HSL 300º 0.64% 0.6% -
HSV(B) 300º 0.59% 0.86% -
XYZ 45.57 27.32 69.89 -
YUV 142.69 171.07 182.43 -
System Red Green Blue C M Y K H S L
Decimal 219 89 219 0 0.59 0 0.14 300 0.64 0.6
Hex DB 59 DB 0 3B 0 E 12C 40 3C
Octal 333 131 333 0 73 0 16 454 100 74
Binary 11011011 1011001 11011011 0 111011 0 1110 100101100 1000000 111100

Color Harmonies of #DB59DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB59DB

Black with #DB59DB

Text Example


Text Example

White with #DB59DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB59DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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