#DA55C8

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

Shades of Free Speech Magenta #DA55C8

Tints of Free Speech Magenta #DA55C8

Color information

#DA55C8 (or 0xDA55C8) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 55 and C8. RGB value is (218,85,200). Sum of RGB (Red+Green+Blue) = 218+85+200=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA55C8 is #25AA37. Grayscale: #898989. Windows color (decimal): -2468408 or 13129178. OLE color: 13129178.

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

Color convert

RGB21885200-
CMYK00.610.080.15
HSL308.12º64.25%59.41%-
HSV(B)308.12º61.01%85.49%-
XYZ42.5925.5757.33-
YUV137.88163.06185.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.34%
GREEN value IS 85 (33.59% from 255) = 16.90%
BLUE value IS 200 (78.52% from 255) = 39.76%
R=43.34%
G=16.90%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188520000.610.080.15308.1264.2559.41
HexDA55C803D8F134403b
Octal332125310075101746410073
Binary110110101010101110010000111101100011111001101001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA55C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA55C8; }

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

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

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

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

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

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

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

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