#DA46DB

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

Shades of Free Speech Magenta #DA46DB

Tints of Free Speech Magenta #DA46DB

Color information

#DA46DB (or 0xDA46DB) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 46 and DB. RGB value is (218,70,219). Sum of RGB (Red+Green+Blue) = 218+70+219=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA46DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA46DB is #25B924. Grayscale: #828282. Windows color (decimal): -2472229 or 14370522. OLE color: 14370522.

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

Color convert

RGB21870219-
CMYK0.000.6800.14
HSL299.6º67.42%56.67%-
HSV(B)299.6º68.04%85.88%-
XYZ43.8924.469.41-
YUV131.24177.53189.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.00%
GREEN value IS 70 (27.73% from 255) = 13.81%
BLUE value IS 219 (85.94% from 255) = 43.20%
R=43.00%
G=13.81%
B=43.20%

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
Decimal218702190.000.6800.14299.667.4256.67
HexDA46DB0440E12c4339
Octal332106333010401645410371
Binary1101101010001101101101101000100011101001011001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA46DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA46DB; }

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

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

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

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

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

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

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

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