#D650F1

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

Shades of Free Speech Magenta #D650F1

Tints of Free Speech Magenta #D650F1

Color information

#D650F1 (or 0xD650F1) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 50 and F1. RGB value is (214,80,241). Sum of RGB (Red+Green+Blue) = 214+80+241=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 80 (31.64% from 255 or 14.95% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #D650F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D650F1 is #29AF0E. Grayscale: #898989. Windows color (decimal): -2731791 or 15814870. OLE color: 15814870.

HSL color Cylindrical-coordinate representation of color #D650F1: hue angle of 289.94º 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 #D650F1 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21480241-
CMYK0.110.6700.05
HSL289.94º85.19%62.94%-
HSV(B)289.94º66.8%94.51%-
XYZ46.4826.3885.86-
YUV138.42185.89181.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40%
GREEN value IS 80 (31.64% from 255) = 14.95%
BLUE value IS 241 (94.53% from 255) = 45.05%
R=40%
G=14.95%
B=45.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal214802410.110.6700.05289.9485.1962.94
HexD650F1B4305122553f
Octal326120361131030544212577
Binary110101101010000111100011011100001101011001000101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D650F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D650F1; }

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

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

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

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

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

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

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

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