#D63DFA

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

Shades of Free Speech Magenta #D63DFA

Tints of Free Speech Magenta #D63DFA

Color information

#D63DFA (or 0xD63DFA) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 3D and FA. RGB value is (214,61,250). Sum of RGB (Red+Green+Blue) = 214+61+250=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 61 (24.22% from 255 or 11.62% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #D63DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63DFA is #29C205. Grayscale: #7F7F7F. Windows color (decimal): -2736646 or 16399830. OLE color: 16399830.

HSL color Cylindrical-coordinate representation of color #D63DFA: hue angle of 288.57º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63DFA is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21461250-
CMYK0.140.7600.02
HSL288.57º94.97%60.98%-
HSV(B)288.57º75.6%98.04%-
XYZ46.6624.5492.72-
YUV128.29196.69189.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.76%
GREEN value IS 61 (24.22% from 255) = 11.62%
BLUE value IS 250 (98.05% from 255) = 47.62%
R=40.76%
G=11.62%
B=47.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal214612500.140.7600.02288.5794.9760.98
HexD63DFAE4C021215f3d
Octal32675372161140244113775
Binary1101011011110111111010111010011000101001000011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63DFA; }

 p { color: rgb(214,61,250); }

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

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

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

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

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

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

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