#DB54BE

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

Shades of Free Speech Magenta #DB54BE

Tints of Free Speech Magenta #DB54BE

Color information

#DB54BE (or 0xDB54BE) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 54 and BE. RGB value is (219,84,190). Sum of RGB (Red+Green+Blue) = 219+84+190=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB54BE is #24AB41. Grayscale: #888888. Windows color (decimal): -2403138 or 12473563. OLE color: 12473563.

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

Color convert

RGB21984190-
CMYK00.620.130.14
HSL312.89º65.22%59.41%-
HSV(B)312.89º61.64%85.88%-
XYZ41.6825.1251.37-
YUV136.45158.23186.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.42%
GREEN value IS 84 (33.20% from 255) = 17.04%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=44.42%
G=17.04%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198419000.620.130.14312.8965.2259.41
HexDB54BE03EDE139413b
Octal333124276076151647110173
Binary110110111010100101111100111110110111101001110011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB54BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB54BE; }

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

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

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

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

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

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

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

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