Html Css Color HEX #DB59C9 Free Speech Magenta

📋 copy color: '#DB59C9'

red 219 ◦ green 89 ◦ blue 201

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

Shades of Free Speech Magenta #DB59C9

Tints of Free Speech Magenta #DB59C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.49%

R = 43.03%
G = 17.49%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB59C9 (or 0xDB59C9) is known color: Free Speech Magenta. HEX triplet: DB, 59 and C9. RGB value is (219,89,201). Sum of RGB (Red+Green+Blue) = 219+89+201=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 89 (35.16% from 255 or 17.49% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59C9 is #24A636. Grayscale: #8C8C8C. Windows color (decimal): -2401847 or 13195739. OLE color: 13195739.

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

Color convert

RGB 219 89 201 -
CMYK 0 0.59 0.08 0.14
HSL 308.31º 0.64% 0.6% -
HSV(B) 308.31º 0.59% 0.86% -
XYZ 43.33 26.42 58.07 -
YUV 140.64 162.07 183.89 -
System Red Green Blue C M Y K H S L
Decimal 219 89 201 0 0.59 0.08 0.14 308.31 0.64 0.6
Hex DB 59 C9 0 3B 8 E 134 40 3C
Octal 333 131 311 0 73 10 16 464 100 74
Binary 11011011 1011001 11001001 0 111011 1000 1110 100110100 1000000 111100

Color Harmonies of #DB59C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB59C9

Black with #DB59C9

Text Example


Text Example

White with #DB59C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB59C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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