#D940ED

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

Shades of Free Speech Magenta #D940ED

Tints of Free Speech Magenta #D940ED

Color information

#D940ED (or 0xD940ED) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 40 and ED. RGB value is (217,64,237). Sum of RGB (Red+Green+Blue) = 217+64+237=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 64 (25.39% from 255 or 12.36% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #D940ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D940ED is #26BF12. Grayscale: #808080. Windows color (decimal): -2539283 or 15548633. OLE color: 15548633.

HSL color Cylindrical-coordinate representation of color #D940ED: hue angle of 293.06º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D940ED is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21764237-
CMYK0.080.7300.07
HSL293.06º82.78%59.02%-
HSV(B)293.06º73%92.94%-
XYZ45.7324.5382.45-
YUV129.47188.69190.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.89%
GREEN value IS 64 (25.39% from 255) = 12.36%
BLUE value IS 237 (92.97% from 255) = 45.75%
R=41.89%
G=12.36%
B=45.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal217642370.080.7300.07293.0682.7859.02
HexD940ED84907125533b
Octal331100355101110744512373
Binary110110011000000111011011000100100101111001001011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D940ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D940ED; }

 p { color: rgb(217,64,237); }

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

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

 a { background-color: rgb(217,64,237); }

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

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

 span { border-color: rgb(217,64,237); }

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