#DB63BA

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

Shades of Free Speech Magenta #DB63BA

Tints of Free Speech Magenta #DB63BA

Color information

#DB63BA (or 0xDB63BA) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 63 and BA. RGB value is (219,99,186). Sum of RGB (Red+Green+Blue) = 219+99+186=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB63BA is #249C45. Grayscale: #909090. Windows color (decimal): -2399302 or 12215259. OLE color: 12215259.

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

Color convert

RGB21999186-
CMYK00.550.150.14
HSL316.5º62.5%62.35%-
HSV(B)316.5º54.79%85.88%-
XYZ42.5427.5349.53-
YUV144.8151.26180.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.45%
GREEN value IS 99 (39.06% from 255) = 19.64%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=43.45%
G=19.64%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199918600.550.150.14316.562.562.35
HexDB63BA037FE13c3e3e
Octal33314327206717164747676
Binary11011011110001110111010011011111111110100111100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB63BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB63BA; }

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

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

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

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

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

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

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

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