Html Css Color HEX #DB57DB Free Speech Magenta

📋 copy color: '#DB57DB'

red 219 ◦ green 87 ◦ blue 219

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

Shades of Free Speech Magenta #DB57DB

Tints of Free Speech Magenta #DB57DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.57%

 BLUE value IS 219 (85.94% from 255) = 41.71%

R = 41.71%
G = 16.57%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB57DB (or 0xDB57DB) is known color: Free Speech Magenta. HEX triplet: DB, 57 and DB. RGB value is (219,87,219). Sum of RGB (Red+Green+Blue) = 219+87+219=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 87 (34.38% from 255 or 16.57% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB57DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB57DB is #24A824. Grayscale: #8D8D8D. Windows color (decimal): -2402341 or 14374875. OLE color: 14374875.

HSL color Cylindrical-coordinate representation of color #DB57DB: hue angle of 300º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB57DB is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 87 219 -
CMYK 0 0.60 0 0.14
HSL 300º 0.65% 0.6% -
HSV(B) 300º 0.6% 0.86% -
XYZ 45.41 26.99 69.83 -
YUV 141.52 171.73 183.27 -
System Red Green Blue C M Y K H S L
Decimal 219 87 219 0 0.60 0 0.14 300 0.65 0.6
Hex DB 57 DB 0 3C 0 E 12C 41 3C
Octal 333 127 333 0 74 0 16 454 101 74
Binary 11011011 1010111 11011011 0 111100 0 1110 100101100 1000001 111100

Color Harmonies of #DB57DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB57DB

Black with #DB57DB

Text Example


Text Example

White with #DB57DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB57DB; }

 p { color: rgb(219,87,219); }

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

background-color css

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

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

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

border-color css

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

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

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