#DA63D1

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

Shades of Free Speech Magenta #DA63D1

Tints of Free Speech Magenta #DA63D1

Color information

#DA63D1 (or 0xDA63D1) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 63 and D1. RGB value is (218,99,209). Sum of RGB (Red+Green+Blue) = 218+99+209=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63D1 is #259C2E. Grayscale: #929292. Windows color (decimal): -2464815 or 13722586. OLE color: 13722586.

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

Color convert

RGB21899209-
CMYK00.550.040.15
HSL304.54º61.66%62.16%-
HSV(B)304.54º54.59%85.49%-
XYZ44.8828.4363.44-
YUV147.12162.92178.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.44%
GREEN value IS 99 (39.06% from 255) = 18.82%
BLUE value IS 209 (82.03% from 255) = 39.73%
R=41.44%
G=18.82%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189920900.550.040.15304.5461.6662.16
HexDA63D10374F1313e3e
Octal3321433210674174617676
Binary1101101011000111101000101101111001111100110001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA63D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA63D1; }

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

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

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

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

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

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

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

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