Html Css Color HEX #DB57D9 Free Speech Magenta

📋 copy color: '#DB57D9'

red 219 ◦ green 87 ◦ blue 217

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

Shades of Free Speech Magenta #DB57D9

Tints of Free Speech Magenta #DB57D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.49%

R = 41.87%
G = 16.63%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DB57D9 (or 0xDB57D9) is known color: Free Speech Magenta. HEX triplet: DB, 57 and D9. RGB value is (219,87,217). Sum of RGB (Red+Green+Blue) = 219+87+217=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 87 (34.38% from 255 or 16.63% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB57D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB57D9 is #24A826. Grayscale: #8C8C8C. Windows color (decimal): -2402343 or 14243803. OLE color: 14243803.

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

Color convert

RGB 219 87 217 -
CMYK 0 0.60 0.01 0.14
HSL 300.91º 0.65% 0.6% -
HSV(B) 300.91º 0.6% 0.86% -
XYZ 45.15 26.89 68.46 -
YUV 141.29 170.73 183.43 -
System Red Green Blue C M Y K H S L
Decimal 219 87 217 0 0.60 0.01 0.14 300.91 0.65 0.6
Hex DB 57 D9 0 3C 1 E 12D 41 3C
Octal 333 127 331 0 74 1 16 455 101 74
Binary 11011011 1010111 11011001 0 111100 1 1110 100101101 1000001 111100

Color Harmonies of #DB57D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB57D9

Black with #DB57D9

Text Example


Text Example

White with #DB57D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB57D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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