Html Css Color HEX #DA63C3 Free Speech Magenta

📋 copy color: '#DA63C3'

red 218 ◦ green 99 ◦ blue 195

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

Shades of Free Speech Magenta #DA63C3

Tints of Free Speech Magenta #DA63C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.09%

R = 42.58%
G = 19.34%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA63C3 (or 0xDA63C3) is known color: Free Speech Magenta. HEX triplet: DA, 63 and C3. RGB value is (218,99,195). Sum of RGB (Red+Green+Blue) = 218+99+195=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63C3 is #259C3C. Grayscale: #919191. Windows color (decimal): -2464829 or 12805082. OLE color: 12805082.

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

Color convert

RGB 218 99 195 -
CMYK 0 0.55 0.11 0.15
HSL 311.6º 0.62% 0.62% -
HSV(B) 311.6º 0.55% 0.85% -
XYZ 43.23 27.77 54.71 -
YUV 145.53 155.92 179.69 -
System Red Green Blue C M Y K H S L
Decimal 218 99 195 0 0.55 0.11 0.15 311.6 0.62 0.62
Hex DA 63 C3 0 37 B F 138 3E 3E
Octal 332 143 303 0 67 13 17 470 76 76
Binary 11011010 1100011 11000011 0 110111 1011 1111 100111000 111110 111110

Color Harmonies of #DA63C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA63C3

Black with #DA63C3

Text Example


Text Example

White with #DA63C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA63C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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