Html Css Color HEX #DB59C2 Free Speech Magenta

📋 copy color: '#DB59C2'

red 219 ◦ green 89 ◦ blue 194

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

Shades of Free Speech Magenta #DB59C2

Tints of Free Speech Magenta #DB59C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.65%

R = 43.63%
G = 17.73%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB59C2 (or 0xDB59C2) is known color: Free Speech Magenta. HEX triplet: DB, 59 and C2. RGB value is (219,89,194). Sum of RGB (Red+Green+Blue) = 219+89+194=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59C2 is #24A63D. Grayscale: #8B8B8B. Windows color (decimal): -2401854 or 12736987. OLE color: 12736987.

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

Color convert

RGB 219 89 194 -
CMYK 0 0.59 0.11 0.14
HSL 311.54º 0.64% 0.6% -
HSV(B) 311.54º 0.59% 0.86% -
XYZ 42.52 26.1 53.84 -
YUV 139.84 158.57 184.46 -
System Red Green Blue C M Y K H S L
Decimal 219 89 194 0 0.59 0.11 0.14 311.54 0.64 0.6
Hex DB 59 C2 0 3B B E 138 40 3C
Octal 333 131 302 0 73 13 16 470 100 74
Binary 11011011 1011001 11000010 0 111011 1011 1110 100111000 1000000 111100

Color Harmonies of #DB59C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB59C2

Black with #DB59C2

Text Example


Text Example

White with #DB59C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB59C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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