Html Css Color HEX #DB59CE Free Speech Magenta

📋 copy color: '#DB59CE'

red 219 ◦ green 89 ◦ blue 206

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

Shades of Free Speech Magenta #DB59CE

Tints of Free Speech Magenta #DB59CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.08%

R = 42.61%
G = 17.32%
B = 40.08%

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

#DB59CE (or 0xDB59CE) is known color: Free Speech Magenta. HEX triplet: DB, 59 and CE. RGB value is (219,89,206). Sum of RGB (Red+Green+Blue) = 219+89+206=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59CE is #24A631. Grayscale: #8C8C8C. Windows color (decimal): -2401842 or 13523419. OLE color: 13523419.

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

Color convert

RGB 219 89 206 -
CMYK 0 0.59 0.06 0.14
HSL 306º 0.64% 0.6% -
HSV(B) 306º 0.59% 0.86% -
XYZ 43.93 26.66 61.22 -
YUV 141.21 164.57 183.49 -
System Red Green Blue C M Y K H S L
Decimal 219 89 206 0 0.59 0.06 0.14 306 0.64 0.6
Hex DB 59 CE 0 3B 6 E 132 40 3C
Octal 333 131 316 0 73 6 16 462 100 74
Binary 11011011 1011001 11001110 0 111011 110 1110 100110010 1000000 111100

Color Harmonies of #DB59CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB59CE

Black with #DB59CE

Text Example


Text Example

White with #DB59CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB59CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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