#D93DF9

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

Shades of Free Speech Magenta #D93DF9

Tints of Free Speech Magenta #D93DF9

Color information

#D93DF9 (or 0xD93DF9) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 3D and F9. RGB value is (217,61,249). Sum of RGB (Red+Green+Blue) = 217+61+249=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 61 (24.22% from 255 or 11.57% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #D93DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D93DF9 is #26C206. Grayscale: #808080. Windows color (decimal): -2540039 or 16334297. OLE color: 16334297.

HSL color Cylindrical-coordinate representation of color #D93DF9: hue angle of 289.79º degrees, saturation: 0.94, 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 #D93DF9 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21761249-
CMYK0.130.7600.02
HSL289.79º94%60.78%-
HSV(B)289.79º75.5%97.65%-
XYZ47.3824.9391.94-
YUV129.08195.68190.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.18%
GREEN value IS 61 (24.22% from 255) = 11.57%
BLUE value IS 249 (97.66% from 255) = 47.25%
R=41.18%
G=11.57%
B=47.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal217612490.130.7600.02289.799460.78
HexD93DF9D4C021225e3d
Octal33175371151140244213675
Binary1101100111110111111001110110011000101001000101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93DF9; }

 p { color: rgb(217,61,249); }

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

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

 a { background-color: rgb(217,61,249); }

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

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

 span { border-color: rgb(217,61,249); }

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