#DA63CE

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

Shades of Free Speech Magenta #DA63CE

Tints of Free Speech Magenta #DA63CE

Color information

#DA63CE (or 0xDA63CE) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 63 and CE. RGB value is (218,99,206). Sum of RGB (Red+Green+Blue) = 218+99+206=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63CE is #259C31. Grayscale: #929292. Windows color (decimal): -2464818 or 13525978. OLE color: 13525978.

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

Color convert

RGB21899206-
CMYK00.550.060.15
HSL306.05º61.66%62.16%-
HSV(B)306.05º54.59%85.49%-
XYZ44.5228.2961.51-
YUV146.78161.42178.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.68%
GREEN value IS 99 (39.06% from 255) = 18.93%
BLUE value IS 206 (80.86% from 255) = 39.39%
R=41.68%
G=18.93%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189920600.550.060.15306.0561.6662.16
HexDA63CE0376F1323e3e
Octal3321433160676174627676
Binary1101101011000111100111001101111101111100110010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA63CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA63CE; }

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

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

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

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

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

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

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

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