#DA63D0

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

Shades of Free Speech Magenta #DA63D0

Tints of Free Speech Magenta #DA63D0

Color information

#DA63D0 (or 0xDA63D0) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 63 and D0. RGB value is (218,99,208). Sum of RGB (Red+Green+Blue) = 218+99+208=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63D0 is #259C2F. Grayscale: #929292. Windows color (decimal): -2464816 or 13657050. OLE color: 13657050.

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

Color convert

RGB21899208-
CMYK00.550.050.15
HSL305.04º61.66%62.16%-
HSV(B)305.04º54.59%85.49%-
XYZ44.7628.3862.79-
YUV147.01162.42178.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.52%
GREEN value IS 99 (39.06% from 255) = 18.86%
BLUE value IS 208 (81.64% from 255) = 39.62%
R=41.52%
G=18.86%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189920800.550.050.15305.0461.6662.16
HexDA63D00375F1313e3e
Octal3321433200675174617676
Binary1101101011000111101000001101111011111100110001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA63D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA63D0; }

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

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

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

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

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

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

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

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