#D93FF4

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

Shades of Free Speech Magenta #D93FF4

Tints of Free Speech Magenta #D93FF4

Color information

#D93FF4 (or 0xD93FF4) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 3F and F4. RGB value is (217,63,244). Sum of RGB (Red+Green+Blue) = 217+63+244=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 63 (25% from 255 or 12.02% from 524); Blue value is 244 (95.70% from 255 or 46.56% from 524); Max value from RGB is 244 - color contains mainly: blue. Hex color #D93FF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D93FF4 is #26C00B. Grayscale: #818181. Windows color (decimal): -2539532 or 16007129. OLE color: 16007129.

HSL color Cylindrical-coordinate representation of color #D93FF4: hue angle of 291.05º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D93FF4 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21763244-
CMYK0.110.7400.04
HSL291.05º89.16%60.2%-
HSV(B)291.05º74.18%95.69%-
XYZ46.7224.8487.92-
YUV129.68192.52190.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.41%
GREEN value IS 63 (25% from 255) = 12.02%
BLUE value IS 244 (95.70% from 255) = 46.56%
R=41.41%
G=12.02%
B=46.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal217632440.110.7400.04291.0589.1660.2
HexD93FF4B4A04123593c
Octal33177364131120444313174
Binary11011001111111111101001011100101001001001000111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93FF4; }

 p { color: rgb(217,63,244); }

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

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

 a { background-color: rgb(217,63,244); }

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

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

 span { border-color: rgb(217,63,244); }

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