Html Css Color HEX #DB57E6 Free Speech Magenta

📋 copy color: '#DB57E6'

red 219 ◦ green 87 ◦ blue 230

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

Shades of Free Speech Magenta #DB57E6

Tints of Free Speech Magenta #DB57E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.91%

R = 40.86%
G = 16.23%
B = 42.91%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB57E6 (or 0xDB57E6) is known color: Free Speech Magenta. HEX triplet: DB, 57 and E6. RGB value is (219,87,230). Sum of RGB (Red+Green+Blue) = 219+87+230=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 87 (34.38% from 255 or 16.23% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB57E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB57E6 is #24A819. Grayscale: #8E8E8E. Windows color (decimal): -2402330 or 15095771. OLE color: 15095771.

HSL color Cylindrical-coordinate representation of color #DB57E6: hue angle of 295.38º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB57E6 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 87 230 -
CMYK 0.05 0.62 0 0.10
HSL 295.38º 0.74% 0.62% -
HSV(B) 295.38º 0.62% 0.9% -
XYZ 46.9 27.59 77.72 -
YUV 142.77 177.23 182.37 -
System Red Green Blue C M Y K H S L
Decimal 219 87 230 0.05 0.62 0 0.10 295.38 0.74 0.62
Hex DB 57 E6 5 3E 0 A 127 4A 3E
Octal 333 127 346 5 76 0 12 447 112 76
Binary 11011011 1010111 11100110 101 111110 0 1010 100100111 1001010 111110

Color Harmonies of #DB57E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB57E6

Black with #DB57E6

Text Example


Text Example

White with #DB57E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB57E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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