#D63FD8

Color #D63FD8 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D63FD8

Tints of Free Speech Magenta #D63FD8

Color information

#D63FD8 (or 0xD63FD8) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 3F and D8. RGB value is (214,63,216). Sum of RGB (Red+Green+Blue) = 214+63+216=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 63 (25% from 255 or 12.78% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 216 - color contains mainly: blue. Hex color #D63FD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FD8 is #29C027. Grayscale: #7D7D7D. Windows color (decimal): -2736168 or 14172118. OLE color: 14172118.

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

Color convert

RGB21463216-
CMYK0.010.7100.15
HSL299.22º66.23%54.71%-
HSV(B)299.22º70.83%84.71%-
XYZ41.922.8167.16-
YUV125.59179.03191.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 63 (25% from 255) = 12.78%
BLUE value IS 216 (84.77% from 255) = 43.81%
R=43.41%
G=12.78%
B=43.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal214632160.010.7100.15299.2266.2354.71
HexD63FD81470F12b4237
Octal32677330110701745310267
Binary110101101111111101100011000111011111001010111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63FD8; }

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

 H1.HeaderClassName
 {
   color: #D63FD8;
 }
 .AnyTagClassName
 {
   color: #D63FD8;
 }
</style>
background-color css

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

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

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

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

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

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