#DA55C6

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

Shades of Free Speech Magenta #DA55C6

Tints of Free Speech Magenta #DA55C6

Color information

#DA55C6 (or 0xDA55C6) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 55 and C6. RGB value is (218,85,198). Sum of RGB (Red+Green+Blue) = 218+85+198=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA55C6 is #25AA39. Grayscale: #898989. Windows color (decimal): -2468410 or 12998106. OLE color: 12998106.

HSL color Cylindrical-coordinate representation of color #DA55C6: hue angle of 309.02º 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 #DA55C6 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB21885198-
CMYK00.610.090.15
HSL309.02º64.25%59.41%-
HSV(B)309.02º61.01%85.49%-
XYZ42.3525.4856.11-
YUV137.65162.06185.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.51%
GREEN value IS 85 (33.59% from 255) = 16.97%
BLUE value IS 198 (77.73% from 255) = 39.52%
R=43.51%
G=16.97%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188519800.610.090.15309.0264.2559.41
HexDA55C603D9F135403b
Octal332125306075111746510073
Binary110110101010101110001100111101100111111001101011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA55C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA55C6; }

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

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

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

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

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

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

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

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