Html Css Color HEX #DA63D9 Free Speech Magenta

📋 copy color: '#DA63D9'

red 218 ◦ green 99 ◦ blue 217

#DA63D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #DA63D9

Tints of Free Speech Magenta #DA63D9

RGB

 RED value IS 218 (85.55% from 255) = 40.82%

 GREEN value IS 99 (39.06% from 255) = 18.54%

 BLUE value IS 217 (85.16% from 255) = 40.64%

R = 40.82%
G = 18.54%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DA63D9 (or 0xDA63D9) is known color: Free Speech Magenta. HEX triplet: DA, 63 and D9. RGB value is (218,99,217). Sum of RGB (Red+Green+Blue) = 218+99+217=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 99 (39.06% from 255 or 18.54% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63D9 is #259C26. Grayscale: #939393. Windows color (decimal): -2464807 or 14246874. OLE color: 14246874.

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

Color convert

RGB 218 99 217 -
CMYK 0 0.55 0.00 0.15
HSL 300.5º 0.62% 0.62% -
HSV(B) 300.5º 0.55% 0.85% -
XYZ 45.9 28.84 68.79 -
YUV 148.03 166.92 177.91 -
System Red Green Blue C M Y K H S L
Decimal 218 99 217 0 0.55 0.00 0.15 300.5 0.62 0.62
Hex DA 63 D9 0 37 0 F 12D 3E 3E
Octal 332 143 331 0 67 0 17 455 76 76
Binary 11011010 1100011 11011001 0 110111 0 1111 100101101 111110 111110

Color Harmonies of #DA63D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA63D9

Black with #DA63D9

Text Example


Text Example

White with #DA63D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA63D9; }

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

 H1.HeaderClassName
 {
   color: #DA63D9;
 }
 .AnyTagClassName
 {
   color: #DA63D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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