#DB50BE

Color #DB50BE Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DB50BE

Tints of Free Speech Magenta #DB50BE

Color information

#DB50BE (or 0xDB50BE) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 50 and BE. RGB value is (219,80,190). Sum of RGB (Red+Green+Blue) = 219+80+190=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50BE is #24AF41. Grayscale: #858585. Windows color (decimal): -2404162 or 12472539. OLE color: 12472539.

HSL color Cylindrical-coordinate representation of color #DB50BE: hue angle of 312.52º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB50BE is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB21980190-
CMYK00.630.130.14
HSL312.52º65.88%58.63%-
HSV(B)312.52º63.47%85.88%-
XYZ41.3824.5251.27-
YUV134.1159.55188.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.79%
GREEN value IS 80 (31.64% from 255) = 16.36%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=44.79%
G=16.36%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198019000.630.130.14312.5265.8858.63
HexDB50BE03FDE139423b
Octal333120276077151647110273
Binary110110111010000101111100111111110111101001110011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB50BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB50BE; }

 p { color: rgb(219,80,190); }

 H1.HeaderClassName
 {
   color: #DB50BE;
 }
 .AnyTagClassName
 {
   color: #DB50BE;
 }
</style>
background-color css

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

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

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

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

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

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