#DB63B9

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

Shades of Free Speech Magenta #DB63B9

Tints of Free Speech Magenta #DB63B9

Color information

#DB63B9 (or 0xDB63B9) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 63 and B9. RGB value is (219,99,185). Sum of RGB (Red+Green+Blue) = 219+99+185=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB63B9 is #249C46. Grayscale: #909090. Windows color (decimal): -2399303 or 12149723. OLE color: 12149723.

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

Color convert

RGB21999185-
CMYK00.550.160.14
HSL317º62.5%62.35%-
HSV(B)317º54.79%85.88%-
XYZ42.4327.4948.97-
YUV144.68150.76181.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.54%
GREEN value IS 99 (39.06% from 255) = 19.68%
BLUE value IS 185 (72.66% from 255) = 36.78%
R=43.54%
G=19.68%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199918500.550.160.1431762.562.35
HexDB63B903710E13d3e3e
Octal33314327106720164757676
Binary110110111100011101110010110111100001110100111101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB63B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB63B9; }

 p { color: rgb(219,99,185); }

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

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

 a { background-color: rgb(219,99,185); }

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

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

 span { border-color: rgb(219,99,185); }

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