#DB52DC

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

Shades of Free Speech Magenta #DB52DC

Tints of Free Speech Magenta #DB52DC

Color information

#DB52DC (or 0xDB52DC) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 52 and DC. RGB value is (219,82,220). Sum of RGB (Red+Green+Blue) = 219+82+220=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB52DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52DC is #24AD23. Grayscale: #8A8A8A. Windows color (decimal): -2403620 or 14439131. OLE color: 14439131.

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

Color convert

RGB21982220-
CMYK0.000.6300.14
HSL299.57º66.35%59.22%-
HSV(B)299.57º62.73%86.27%-
XYZ45.1526.2670.4-
YUV138.7173.89185.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.03%
GREEN value IS 82 (32.42% from 255) = 15.74%
BLUE value IS 220 (86.33% from 255) = 42.23%
R=42.03%
G=15.74%
B=42.23%

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
Decimal219822200.000.6300.14299.5766.3559.22
HexDB52DC03F0E12c423b
Octal33312233407701645410273
Binary110110111010010110111000111111011101001011001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB52DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB52DC; }

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

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

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

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

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

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

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

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