Html Css Color HEX #DB57E7 Free Speech Magenta

📋 copy color: '#DB57E7'

red 219 ◦ green 87 ◦ blue 231

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

Shades of Free Speech Magenta #DB57E7

Tints of Free Speech Magenta #DB57E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.02%

R = 40.78%
G = 16.2%
B = 43.02%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB57E7 (or 0xDB57E7) is known color: Free Speech Magenta. HEX triplet: DB, 57 and E7. RGB value is (219,87,231). Sum of RGB (Red+Green+Blue) = 219+87+231=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 87 (34.38% from 255 or 16.20% from 537); Blue value is 231 (90.62% from 255 or 43.02% from 537); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB57E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB57E7 is #24A818. Grayscale: #8E8E8E. Windows color (decimal): -2402329 or 15161307. OLE color: 15161307.

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

Color convert

RGB 219 87 231 -
CMYK 0.05 0.62 0 0.09
HSL 295º 0.75% 0.62% -
HSV(B) 295º 0.62% 0.91% -
XYZ 47.05 27.65 78.46 -
YUV 142.88 177.73 182.29 -
System Red Green Blue C M Y K H S L
Decimal 219 87 231 0.05 0.62 0 0.09 295 0.75 0.62
Hex DB 57 E7 5 3E 0 9 127 4B 3E
Octal 333 127 347 5 76 0 11 447 113 76
Binary 11011011 1010111 11100111 101 111110 0 1001 100100111 1001011 111110

Color Harmonies of #DB57E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB57E7

Black with #DB57E7

Text Example


Text Example

White with #DB57E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB57E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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