Html Css Color HEX #DB59CD Free Speech Magenta

📋 copy color: '#DB59CD'

red 219 ◦ green 89 ◦ blue 205

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

Shades of Free Speech Magenta #DB59CD

Tints of Free Speech Magenta #DB59CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.96%

R = 42.69%
G = 17.35%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB59CD (or 0xDB59CD) is known color: Free Speech Magenta. HEX triplet: DB, 59 and CD. RGB value is (219,89,205). Sum of RGB (Red+Green+Blue) = 219+89+205=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59CD is #24A632. Grayscale: #8C8C8C. Windows color (decimal): -2401843 or 13457883. OLE color: 13457883.

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

Color convert

RGB 219 89 205 -
CMYK 0 0.59 0.06 0.14
HSL 306.46º 0.64% 0.6% -
HSV(B) 306.46º 0.59% 0.86% -
XYZ 43.81 26.61 60.59 -
YUV 141.09 164.07 183.57 -
System Red Green Blue C M Y K H S L
Decimal 219 89 205 0 0.59 0.06 0.14 306.46 0.64 0.6
Hex DB 59 CD 0 3B 6 E 132 40 3C
Octal 333 131 315 0 73 6 16 462 100 74
Binary 11011011 1011001 11001101 0 111011 110 1110 100110010 1000000 111100

Color Harmonies of #DB59CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB59CD

Black with #DB59CD

Text Example


Text Example

White with #DB59CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB59CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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