#DA63D5

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

Shades of Free Speech Magenta #DA63D5

Tints of Free Speech Magenta #DA63D5

Color information

#DA63D5 (or 0xDA63D5) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 63 and D5. RGB value is (218,99,213). Sum of RGB (Red+Green+Blue) = 218+99+213=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63D5 is #259C2A. Grayscale: #939393. Windows color (decimal): -2464811 or 13984730. OLE color: 13984730.

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

Color convert

RGB21899213-
CMYK00.550.020.15
HSL302.52º61.66%62.16%-
HSV(B)302.52º54.59%85.49%-
XYZ45.3928.6366.09-
YUV147.58164.92178.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.13%
GREEN value IS 99 (39.06% from 255) = 18.68%
BLUE value IS 213 (83.59% from 255) = 40.19%
R=41.13%
G=18.68%
B=40.19%

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
Decimal2189921300.550.020.15302.5261.6662.16
HexDA63D50372F12f3e3e
Octal3321433250672174577676
Binary110110101100011110101010110111101111100101111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA63D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA63D5; }

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

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

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

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

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

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

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

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