#DB51DC

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

Shades of Free Speech Magenta #DB51DC

Tints of Free Speech Magenta #DB51DC

Color information

#DB51DC (or 0xDB51DC) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 51 and DC. RGB value is (219,81,220). Sum of RGB (Red+Green+Blue) = 219+81+220=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 81 (32.03% from 255 or 15.58% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB51DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB51DC is #24AE23. Grayscale: #898989. Windows color (decimal): -2403876 or 14438875. OLE color: 14438875.

HSL color Cylindrical-coordinate representation of color #DB51DC: hue angle of 299.57º degrees, saturation: 0.67, 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 #DB51DC is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21981220-
CMYK0.000.6300.14
HSL299.57º66.51%59.02%-
HSV(B)299.57º63.18%86.27%-
XYZ45.0726.1170.37-
YUV138.11174.22185.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.12%
GREEN value IS 81 (32.03% from 255) = 15.58%
BLUE value IS 220 (86.33% from 255) = 42.31%
R=42.12%
G=15.58%
B=42.31%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219812200.000.6300.14299.5766.5159.02
HexDB51DC03F0E12c433b
Octal33312133407701645410373
Binary110110111010001110111000111111011101001011001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB51DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB51DC; }

 p { color: rgb(219,81,220); }

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

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

 a { background-color: rgb(219,81,220); }

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

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

 span { border-color: rgb(219,81,220); }

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