Html Css Color HEX #DB59DA Free Speech Magenta

📋 copy color: '#DB59DA'

red 219 ◦ green 89 ◦ blue 218

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

Shades of Free Speech Magenta #DB59DA

Tints of Free Speech Magenta #DB59DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.44%

R = 41.63%
G = 16.92%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB59DA (or 0xDB59DA) is known color: Free Speech Magenta. HEX triplet: DB, 59 and DA. RGB value is (219,89,218). Sum of RGB (Red+Green+Blue) = 219+89+218=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 89 (35.16% from 255 or 16.92% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59DA is #24A625. Grayscale: #8E8E8E. Windows color (decimal): -2401830 or 14309851. OLE color: 14309851.

HSL color Cylindrical-coordinate representation of color #DB59DA: hue angle of 300.46º 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 #DB59DA is Cyan = 0, Magento = 0.59, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 89 218 -
CMYK 0 0.59 0.00 0.14
HSL 300.46º 0.64% 0.6% -
HSV(B) 300.46º 0.59% 0.86% -
XYZ 45.44 27.27 69.2 -
YUV 142.58 170.57 182.51 -
System Red Green Blue C M Y K H S L
Decimal 219 89 218 0 0.59 0.00 0.14 300.46 0.64 0.6
Hex DB 59 DA 0 3B 0 E 12C 40 3C
Octal 333 131 332 0 73 0 16 454 100 74
Binary 11011011 1011001 11011010 0 111011 0 1110 100101100 1000000 111100

Color Harmonies of #DB59DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB59DA

Black with #DB59DA

Text Example


Text Example

White with #DB59DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB59DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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