#DC51DB

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

Shades of Free Speech Magenta #DC51DB

Tints of Free Speech Magenta #DC51DB

Color information

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

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

Color convert

RGB22081219-
CMYK00.630.000.14
HSL300.43º66.51%59.02%-
HSV(B)300.43º63.18%86.27%-
XYZ45.2426.2169.69-
YUV138.29173.55186.28-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208121900.630.000.14300.4366.5159.02
HexDC51DB03F0E12c433b
Octal33412133307701645410373
Binary110111001010001110110110111111011101001011001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC51DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC51DB; }

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

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

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

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

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

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

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

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