#D93DE5

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

Shades of Free Speech Magenta #D93DE5

Tints of Free Speech Magenta #D93DE5

Color information

#D93DE5 (or 0xD93DE5) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 3D and E5. RGB value is (217,61,229). Sum of RGB (Red+Green+Blue) = 217+61+229=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 61 (24.22% from 255 or 12.03% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #D93DE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93DE5 is #26C21A. Grayscale: #7E7E7E. Windows color (decimal): -2540059 or 15023577. OLE color: 15023577.

HSL color Cylindrical-coordinate representation of color #D93DE5: hue angle of 295.71º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D93DE5 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21761229-
CMYK0.050.7300.10
HSL295.71º76.36%56.86%-
HSV(B)295.71º73.36%89.8%-
XYZ44.4323.7576.37-
YUV126.8185.68192.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.80%
GREEN value IS 61 (24.22% from 255) = 12.03%
BLUE value IS 229 (89.84% from 255) = 45.17%
R=42.80%
G=12.03%
B=45.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal217612290.050.7300.10295.7176.3656.86
HexD93DE55490A1284c39
Octal33175345511101245011471
Binary11011001111101111001011011001001010101001010001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93DE5; }

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

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

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

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

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

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

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

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