Html Css Color HEX #DA63D8 Free Speech Magenta

📋 copy color: '#DA63D8'

red 218 ◦ green 99 ◦ blue 216

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

Shades of Free Speech Magenta #DA63D8

Tints of Free Speech Magenta #DA63D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.53%

R = 40.9%
G = 18.57%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DA63D8 (or 0xDA63D8) is known color: Free Speech Magenta. HEX triplet: DA, 63 and D8. RGB value is (218,99,216). Sum of RGB (Red+Green+Blue) = 218+99+216=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63D8 is #259C27. Grayscale: #939393. Windows color (decimal): -2464808 or 14181338. OLE color: 14181338.

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

Color convert

RGB 218 99 216 -
CMYK 0 0.55 0.01 0.15
HSL 301.01º 0.62% 0.62% -
HSV(B) 301.01º 0.55% 0.85% -
XYZ 45.77 28.79 68.11 -
YUV 147.92 166.42 177.99 -
System Red Green Blue C M Y K H S L
Decimal 218 99 216 0 0.55 0.01 0.15 301.01 0.62 0.62
Hex DA 63 D8 0 37 1 F 12D 3E 3E
Octal 332 143 330 0 67 1 17 455 76 76
Binary 11011010 1100011 11011000 0 110111 1 1111 100101101 111110 111110

Color Harmonies of #DA63D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA63D8

Black with #DA63D8

Text Example


Text Example

White with #DA63D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA63D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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