Html Css Color HEX #DA63B7 Free Speech Magenta

📋 copy color: '#DA63B7'

red 218 ◦ green 99 ◦ blue 183

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

Shades of Free Speech Magenta #DA63B7

Tints of Free Speech Magenta #DA63B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.6%

R = 43.6%
G = 19.8%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DA63B7 (or 0xDA63B7) is known color: Free Speech Magenta. HEX triplet: DA, 63 and B7. RGB value is (218,99,183). Sum of RGB (Red+Green+Blue) = 218+99+183=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63B7 is #259C48. Grayscale: #8F8F8F. Windows color (decimal): -2464841 or 12018650. OLE color: 12018650.

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

Color convert

RGB 218 99 183 -
CMYK 0 0.55 0.16 0.15
HSL 317.65º 0.62% 0.62% -
HSV(B) 317.65º 0.55% 0.85% -
XYZ 41.92 27.25 47.85 -
YUV 144.16 149.92 180.67 -
System Red Green Blue C M Y K H S L
Decimal 218 99 183 0 0.55 0.16 0.15 317.65 0.62 0.62
Hex DA 63 B7 0 37 10 F 13E 3E 3E
Octal 332 143 267 0 67 20 17 476 76 76
Binary 11011010 1100011 10110111 0 110111 10000 1111 100111110 111110 111110

Color Harmonies of #DA63B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA63B7

Black with #DA63B7

Text Example


Text Example

White with #DA63B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA63B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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