Html Css Color HEX #D63AD8 Free Speech Magenta

📋 copy color: '#D63AD8'

red 214 ◦ green 58 ◦ blue 216

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

Shades of Free Speech Magenta #D63AD8

Tints of Free Speech Magenta #D63AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.26%

R = 43.85%
G = 11.89%
B = 44.26%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D63AD8 (or 0xD63AD8) is known color: Free Speech Magenta. HEX triplet: D6, 3A and D8. RGB value is (214,58,216). Sum of RGB (Red+Green+Blue) = 214+58+216=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 58 (23.05% from 255 or 11.89% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #D63AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63AD8 is #29C527. Grayscale: #7A7A7A. Windows color (decimal): -2737448 or 14170838. OLE color: 14170838.

HSL color Cylindrical-coordinate representation of color #D63AD8: hue angle of 299.24º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63AD8 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 58 216 -
CMYK 0.01 0.73 0 0.15
HSL 299.24º 0.67% 0.54% -
HSV(B) 299.24º 0.73% 0.85% -
XYZ 41.64 22.28 67.07 -
YUV 122.66 180.68 193.15 -
System Red Green Blue C M Y K H S L
Decimal 214 58 216 0.01 0.73 0 0.15 299.24 0.67 0.54
Hex D6 3A D8 1 49 0 F 12B 43 36
Octal 326 72 330 1 111 0 17 453 103 66
Binary 11010110 111010 11011000 1 1001001 0 1111 100101011 1000011 110110

Color Harmonies of #D63AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63AD8

Black with #D63AD8

Text Example


Text Example

White with #D63AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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