#DB47DC

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

Shades of Free Speech Magenta #DB47DC

Tints of Free Speech Magenta #DB47DC

Color information

#DB47DC (or 0xDB47DC) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 47 and DC. RGB value is (219,71,220). Sum of RGB (Red+Green+Blue) = 219+71+220=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 71 (28.12% from 255 or 13.92% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB47DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB47DC is #24B823. Grayscale: #838383. Windows color (decimal): -2406436 or 14436315. OLE color: 14436315.

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

Color convert

RGB21971220-
CMYK0.000.6800.14
HSL299.6º68.04%57.06%-
HSV(B)299.6º67.73%86.27%-
XYZ44.3824.7370.14-
YUV132.24177.53189.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.94%
GREEN value IS 71 (28.12% from 255) = 13.92%
BLUE value IS 220 (86.33% from 255) = 43.14%
R=42.94%
G=13.92%
B=43.14%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219712200.000.6800.14299.668.0457.06
HexDB47DC0440E12c4439
Octal333107334010401645410471
Binary1101101110001111101110001000100011101001011001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB47DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB47DC; }

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

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

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

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

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

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

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

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