#DA63D4

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

Shades of Free Speech Magenta #DA63D4

Tints of Free Speech Magenta #DA63D4

Color information

#DA63D4 (or 0xDA63D4) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 63 and D4. RGB value is (218,99,212). Sum of RGB (Red+Green+Blue) = 218+99+212=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63D4 is #259C2B. Grayscale: #939393. Windows color (decimal): -2464812 or 13919194. OLE color: 13919194.

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

Color convert

RGB21899212-
CMYK00.550.030.15
HSL303.03º61.66%62.16%-
HSV(B)303.03º54.59%85.49%-
XYZ45.2628.5865.42-
YUV147.46164.42178.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.21%
GREEN value IS 99 (39.06% from 255) = 18.71%
BLUE value IS 212 (83.20% from 255) = 40.08%
R=41.21%
G=18.71%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189921200.550.030.15303.0361.6662.16
HexDA63D40373F12f3e3e
Octal3321433240673174577676
Binary110110101100011110101000110111111111100101111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA63D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA63D4; }

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

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

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

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

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

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

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

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