#DA55BF

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

Shades of Free Speech Magenta #DA55BF

Tints of Free Speech Magenta #DA55BF

Color information

#DA55BF (or 0xDA55BF) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 55 and BF. RGB value is (218,85,191). Sum of RGB (Red+Green+Blue) = 218+85+191=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA55BF is #25AA40. Grayscale: #888888. Windows color (decimal): -2468417 or 12539354. OLE color: 12539354.

HSL color Cylindrical-coordinate representation of color #DA55BF: hue angle of 312.18º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA55BF is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB21885191-
CMYK00.610.120.15
HSL312.18º64.25%59.41%-
HSV(B)312.18º61.01%85.49%-
XYZ41.5725.1651.96-
YUV136.85158.56185.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.13%
GREEN value IS 85 (33.59% from 255) = 17.21%
BLUE value IS 191 (75% from 255) = 38.66%
R=44.13%
G=17.21%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188519100.610.120.15312.1864.2559.41
HexDA55BF03DCF138403b
Octal332125277075141747010073
Binary110110101010101101111110111101110011111001110001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA55BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA55BF; }

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

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

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

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

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

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

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

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