Html Css Color HEX #DA63BF Free Speech Magenta

📋 copy color: '#DA63BF'

red 218 ◦ green 99 ◦ blue 191

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

Shades of Free Speech Magenta #DA63BF

Tints of Free Speech Magenta #DA63BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.6%

R = 42.91%
G = 19.49%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DA63BF (or 0xDA63BF) is known color: Free Speech Magenta. HEX triplet: DA, 63 and BF. RGB value is (218,99,191). Sum of RGB (Red+Green+Blue) = 218+99+191=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63BF is #259C40. Grayscale: #909090. Windows color (decimal): -2464833 or 12542938. OLE color: 12542938.

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

Color convert

RGB 218 99 191 -
CMYK 0 0.55 0.12 0.15
HSL 313.61º 0.62% 0.62% -
HSV(B) 313.61º 0.55% 0.85% -
XYZ 42.78 27.59 52.36 -
YUV 145.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 218 99 191 0 0.55 0.12 0.15 313.61 0.62 0.62
Hex DA 63 BF 0 37 C F 13A 3E 3E
Octal 332 143 277 0 67 14 17 472 76 76
Binary 11011010 1100011 10111111 0 110111 1100 1111 100111010 111110 111110

Color Harmonies of #DA63BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA63BF

Black with #DA63BF

Text Example


Text Example

White with #DA63BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA63BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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