#DA51DB

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

Shades of Free Speech Magenta #DA51DB

Tints of Free Speech Magenta #DA51DB

Color information

#DA51DB (or 0xDA51DB) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 51 and DB. RGB value is (218,81,219). Sum of RGB (Red+Green+Blue) = 218+81+219=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 81 (32.03% from 255 or 15.64% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA51DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA51DB is #25AE24. Grayscale: #898989. Windows color (decimal): -2469413 or 14373338. OLE color: 14373338.

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

Color convert

RGB21881219-
CMYK0.000.6300.14
HSL299.57º65.71%58.82%-
HSV(B)299.57º63.01%85.88%-
XYZ44.6425.969.67-
YUV137.7173.89185.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.08%
GREEN value IS 81 (32.03% from 255) = 15.64%
BLUE value IS 219 (85.94% from 255) = 42.28%
R=42.08%
G=15.64%
B=42.28%

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
Decimal218812190.000.6300.14299.5765.7158.82
HexDA51DB03F0E12c423b
Octal33212133307701645410273
Binary110110101010001110110110111111011101001011001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA51DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA51DB; }

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

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

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

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

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

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

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

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