Html Css Color HEX #DB57ED Free Speech Magenta

📋 copy color: '#DB57ED'

red 219 ◦ green 87 ◦ blue 237

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

Shades of Free Speech Magenta #DB57ED

Tints of Free Speech Magenta #DB57ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.65%

R = 40.33%
G = 16.02%
B = 43.65%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB57ED (or 0xDB57ED) is known color: Free Speech Magenta. HEX triplet: DB, 57 and ED. RGB value is (219,87,237). Sum of RGB (Red+Green+Blue) = 219+87+237=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 87 (34.38% from 255 or 16.02% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB57ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB57ED is #24A812. Grayscale: #8F8F8F. Windows color (decimal): -2402323 or 15554523. OLE color: 15554523.

HSL color Cylindrical-coordinate representation of color #DB57ED: hue angle of 292.8º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB57ED is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 87 237 -
CMYK 0.08 0.63 0 0.07
HSL 292.8º 0.81% 0.64% -
HSV(B) 292.8º 0.63% 0.93% -
XYZ 47.91 27.99 83 -
YUV 143.57 180.73 181.8 -
System Red Green Blue C M Y K H S L
Decimal 219 87 237 0.08 0.63 0 0.07 292.8 0.81 0.64
Hex DB 57 ED 8 3F 0 7 125 51 40
Octal 333 127 355 10 77 0 7 445 121 100
Binary 11011011 1010111 11101101 1000 111111 0 111 100100101 1010001 1000000

Color Harmonies of #DB57ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB57ED

Black with #DB57ED

Text Example


Text Example

White with #DB57ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB57ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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