Html Css Color HEX #DB59DC Free Speech Magenta

📋 copy color: '#DB59DC'

red 219 ◦ green 89 ◦ blue 220

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

Shades of Free Speech Magenta #DB59DC

Tints of Free Speech Magenta #DB59DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.67%

R = 41.48%
G = 16.86%
B = 41.67%

CMYK

 C value IS 0.00

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB59DC (or 0xDB59DC) is known color: Free Speech Magenta. HEX triplet: DB, 59 and DC. RGB value is (219,89,220). Sum of RGB (Red+Green+Blue) = 219+89+220=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB59DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59DC is #24A623. Grayscale: #8E8E8E. Windows color (decimal): -2401828 or 14440923. OLE color: 14440923.

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

Color convert

RGB 219 89 220 -
CMYK 0.00 0.60 0 0.14
HSL 299.54º 0.65% 0.61% -
HSV(B) 299.54º 0.6% 0.86% -
XYZ 45.7 27.37 70.58 -
YUV 142.8 171.57 182.35 -
System Red Green Blue C M Y K H S L
Decimal 219 89 220 0.00 0.60 0 0.14 299.54 0.65 0.61
Hex DB 59 DC 0 3C 0 E 12C 41 3D
Octal 333 131 334 0 74 0 16 454 101 75
Binary 11011011 1011001 11011100 0 111100 0 1110 100101100 1000001 111101

Color Harmonies of #DB59DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB59DC

Black with #DB59DC

Text Example


Text Example

White with #DB59DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB59DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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