Html Css Color HEX #DA63BE Free Speech Magenta

📋 copy color: '#DA63BE'

red 218 ◦ green 99 ◦ blue 190

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

Shades of Free Speech Magenta #DA63BE

Tints of Free Speech Magenta #DA63BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.48%

R = 43%
G = 19.53%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA63BE (or 0xDA63BE) is known color: Free Speech Magenta. HEX triplet: DA, 63 and BE. RGB value is (218,99,190). Sum of RGB (Red+Green+Blue) = 218+99+190=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63BE is #259C41. Grayscale: #909090. Windows color (decimal): -2464834 or 12477402. OLE color: 12477402.

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

Color convert

RGB 218 99 190 -
CMYK 0 0.55 0.13 0.15
HSL 314.12º 0.62% 0.62% -
HSV(B) 314.12º 0.55% 0.85% -
XYZ 42.67 27.55 51.78 -
YUV 144.96 153.42 180.1 -
System Red Green Blue C M Y K H S L
Decimal 218 99 190 0 0.55 0.13 0.15 314.12 0.62 0.62
Hex DA 63 BE 0 37 D F 13A 3E 3E
Octal 332 143 276 0 67 15 17 472 76 76
Binary 11011010 1100011 10111110 0 110111 1101 1111 100111010 111110 111110

Color Harmonies of #DA63BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA63BE

Black with #DA63BE

Text Example


Text Example

White with #DA63BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA63BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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