#DA63D6

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

Shades of Free Speech Magenta #DA63D6

Tints of Free Speech Magenta #DA63D6

Color information

#DA63D6 (or 0xDA63D6) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 63 and D6. RGB value is (218,99,214). Sum of RGB (Red+Green+Blue) = 218+99+214=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63D6 is #259C29. Grayscale: #939393. Windows color (decimal): -2464810 or 14050266. OLE color: 14050266.

HSL color Cylindrical-coordinate representation of color #DA63D6: hue angle of 302.02º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA63D6 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB21899214-
CMYK00.550.020.15
HSL302.02º61.66%62.16%-
HSV(B)302.02º54.59%85.49%-
XYZ45.5128.6866.76-
YUV147.69165.42178.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 99 (39.06% from 255) = 18.64%
BLUE value IS 214 (83.98% from 255) = 40.30%
R=41.05%
G=18.64%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189921400.550.020.15302.0261.6662.16
HexDA63D60372F12e3e3e
Octal3321433260672174567676
Binary110110101100011110101100110111101111100101110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA63D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA63D6; }

 p { color: rgb(218,99,214); }

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

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

 a { background-color: rgb(218,99,214); }

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

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

 span { border-color: rgb(218,99,214); }

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