#D950ED

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

Shades of Free Speech Magenta #D950ED

Tints of Free Speech Magenta #D950ED

Color information

#D950ED (or 0xD950ED) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 50 and ED. RGB value is (217,80,237). Sum of RGB (Red+Green+Blue) = 217+80+237=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 80 (31.64% from 255 or 14.98% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #D950ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D950ED is #26AF12. Grayscale: #8A8A8A. Windows color (decimal): -2535187 or 15552729. OLE color: 15552729.

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

Color convert

RGB21780237-
CMYK0.080.6600.07
HSL292.36º81.35%62.16%-
HSV(B)292.36º66.24%92.94%-
XYZ46.7726.682.79-
YUV138.86183.39183.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.64%
GREEN value IS 80 (31.64% from 255) = 14.98%
BLUE value IS 237 (92.97% from 255) = 44.38%
R=40.64%
G=14.98%
B=44.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal217802370.080.6600.07292.3681.3562.16
HexD950ED84207124513e
Octal331120355101020744412176
Binary110110011010000111011011000100001001111001001001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D950ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D950ED; }

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

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

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

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

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

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

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

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