#da55dc

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

Shades of Free Speech Magenta #DA55DC

Tints of Free Speech Magenta #DA55DC

Color information

#DA55DC (or 0xDA55DC) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 55 and DC. RGB value is (218,85,220). Sum of RGB (Red+Green+Blue) = 218+85+220=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA55DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA55DC is #25AA23. Grayscale: #8B8B8B. Windows color (decimal): -2468388 or 14439898. OLE color: 14439898.

HSL color Cylindrical-coordinate representation of color #DA55DC: hue angle of 299.11º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA55DC is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21885220-
CMYK0.010.6100.14
HSL299.11º65.85%59.8%-
HSV(B)299.11º61.36%86.27%-
XYZ45.0826.5770.46-
YUV140.16173.06183.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.68%
GREEN value IS 85 (33.59% from 255) = 16.25%
BLUE value IS 220 (86.33% from 255) = 42.07%
R=41.68%
G=16.25%
B=42.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal218852200.010.6100.14299.1165.8559.8
HexDA55DC13D0E12b423c
Octal33212533417501645310274
Binary110110101010101110111001111101011101001010111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da55dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da55dc; }

 p { color: rgb(218,85,220); }

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

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

 a { background-color: rgb(218,85,220); }

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

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

 span { border-color: rgb(218,85,220); }

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