#D950F1

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

Shades of Free Speech Magenta #D950F1

Tints of Free Speech Magenta #D950F1

Color information

#D950F1 (or 0xD950F1) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 50 and F1. RGB value is (217,80,241). Sum of RGB (Red+Green+Blue) = 217+80+241=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 80 (31.64% from 255 or 14.87% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #D950F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D950F1 is #26AF0E. Grayscale: #8A8A8A. Windows color (decimal): -2535183 or 15814873. OLE color: 15814873.

HSL color Cylindrical-coordinate representation of color #D950F1: hue angle of 291.06º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D950F1 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21780241-
CMYK0.100.6700.05
HSL291.06º85.19%62.94%-
HSV(B)291.06º66.8%94.51%-
XYZ47.3626.8485.9-
YUV139.32185.39183.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.33%
GREEN value IS 80 (31.64% from 255) = 14.87%
BLUE value IS 241 (94.53% from 255) = 44.80%
R=40.33%
G=14.87%
B=44.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal217802410.100.6700.05291.0685.1962.94
HexD950F1A4305123553f
Octal331120361121030544312577
Binary110110011010000111100011010100001101011001000111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D950F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D950F1; }

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

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

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

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

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

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

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

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