Html Css Color HEX #D63AD6 Free Speech Magenta

📋 copy color: '#D63AD6'

red 214 ◦ green 58 ◦ blue 214

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

Shades of Free Speech Magenta #D63AD6

Tints of Free Speech Magenta #D63AD6

RGB

 RED value IS 214 (83.98% from 255) = 44.03%

 GREEN value IS 58 (23.05% from 255) = 11.93%

 BLUE value IS 214 (83.98% from 255) = 44.03%

R = 44.03%
G = 11.93%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D63AD6 (or 0xD63AD6) is known color: Free Speech Magenta. HEX triplet: D6, 3A and D6. RGB value is (214,58,214). Sum of RGB (Red+Green+Blue) = 214+58+214=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 58 (23.05% from 255 or 11.93% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D63AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63AD6 is #29C529. Grayscale: #797979. Windows color (decimal): -2737450 or 14039766. OLE color: 14039766.

HSL color Cylindrical-coordinate representation of color #D63AD6: hue angle of 300º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63AD6 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 58 214 -
CMYK 0 0.73 0 0.16
HSL 300º 0.66% 0.53% -
HSV(B) 300º 0.73% 0.84% -
XYZ 41.38 22.18 65.72 -
YUV 122.43 179.68 193.32 -
System Red Green Blue C M Y K H S L
Decimal 214 58 214 0 0.73 0 0.16 300 0.66 0.53
Hex D6 3A D6 0 49 0 10 12C 42 35
Octal 326 72 326 0 111 0 20 454 102 65
Binary 11010110 111010 11010110 0 1001001 0 10000 100101100 1000010 110101

Color Harmonies of #D63AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63AD6

Black with #D63AD6

Text Example


Text Example

White with #D63AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63AD6; }

 p { color: rgb(214,58,214); }

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

background-color css

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

 a { background-color: rgb(214,58,214); }

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

border-color css

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

 span { border-color: rgb(214,58,214); }

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