Html Css Color HEX #D63AD1 Free Speech Magenta

📋 copy color: '#D63AD1'

red 214 ◦ green 58 ◦ blue 209

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

Shades of Free Speech Magenta #D63AD1

Tints of Free Speech Magenta #D63AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.45%

R = 44.49%
G = 12.06%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D63AD1 (or 0xD63AD1) is known color: Free Speech Magenta. HEX triplet: D6, 3A and D1. RGB value is (214,58,209). Sum of RGB (Red+Green+Blue) = 214+58+209=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 58 (23.05% from 255 or 12.06% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D63AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63AD1 is #29C52E. Grayscale: #797979. Windows color (decimal): -2737455 or 13712086. OLE color: 13712086.

HSL color Cylindrical-coordinate representation of color #D63AD1: hue angle of 301.92º 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 #D63AD1 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 58 209 -
CMYK 0 0.73 0.02 0.16
HSL 301.92º 0.66% 0.53% -
HSV(B) 301.92º 0.73% 0.84% -
XYZ 40.75 21.93 62.41 -
YUV 121.86 177.18 193.72 -
System Red Green Blue C M Y K H S L
Decimal 214 58 209 0 0.73 0.02 0.16 301.92 0.66 0.53
Hex D6 3A D1 0 49 2 10 12E 42 35
Octal 326 72 321 0 111 2 20 456 102 65
Binary 11010110 111010 11010001 0 1001001 10 10000 100101110 1000010 110101

Color Harmonies of #D63AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63AD1

Black with #D63AD1

Text Example


Text Example

White with #D63AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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