Html Css Color HEX #DA63CA Free Speech Magenta

📋 copy color: '#DA63CA'

red 218 ◦ green 99 ◦ blue 202

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

Shades of Free Speech Magenta #DA63CA

Tints of Free Speech Magenta #DA63CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.92%

R = 42%
G = 19.08%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA63CA (or 0xDA63CA) is known color: Free Speech Magenta. HEX triplet: DA, 63 and CA. RGB value is (218,99,202). Sum of RGB (Red+Green+Blue) = 218+99+202=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63CA is #259C35. Grayscale: #929292. Windows color (decimal): -2464822 or 13263834. OLE color: 13263834.

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

Color convert

RGB 218 99 202 -
CMYK 0 0.55 0.07 0.15
HSL 308.07º 0.62% 0.62% -
HSV(B) 308.07º 0.55% 0.85% -
XYZ 44.04 28.09 58.98 -
YUV 146.32 159.42 179.12 -
System Red Green Blue C M Y K H S L
Decimal 218 99 202 0 0.55 0.07 0.15 308.07 0.62 0.62
Hex DA 63 CA 0 37 7 F 134 3E 3E
Octal 332 143 312 0 67 7 17 464 76 76
Binary 11011010 1100011 11001010 0 110111 111 1111 100110100 111110 111110

Color Harmonies of #DA63CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA63CA

Black with #DA63CA

Text Example


Text Example

White with #DA63CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA63CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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