#D63FE4

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

Shades of Free Speech Magenta #D63FE4

Tints of Free Speech Magenta #D63FE4

Color information

#D63FE4 (or 0xD63FE4) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 3F and E4. RGB value is (214,63,228). Sum of RGB (Red+Green+Blue) = 214+63+228=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 63 (25% from 255 or 12.48% from 505); Blue value is 228 (89.45% from 255 or 45.15% from 505); Max value from RGB is 228 - color contains mainly: blue. Hex color #D63FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FE4 is #29C01B. Grayscale: #7E7E7E. Windows color (decimal): -2736156 or 14958550. OLE color: 14958550.

HSL color Cylindrical-coordinate representation of color #D63FE4: hue angle of 294.91º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63FE4 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21463228-
CMYK0.060.7200.11
HSL294.91º75.34%57.06%-
HSV(B)294.91º72.37%89.41%-
XYZ43.5123.4575.63-
YUV126.96185.03190.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.38%
GREEN value IS 63 (25% from 255) = 12.48%
BLUE value IS 228 (89.45% from 255) = 45.15%
R=42.38%
G=12.48%
B=45.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal214632280.060.7200.11294.9175.3457.06
HexD63FE46480B1274b39
Octal32677344611001344711371
Binary11010110111111111001001101001000010111001001111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63FE4; }

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

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

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

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

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

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

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

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