#D638F1

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

Shades of Free Speech Magenta #D638F1

Tints of Free Speech Magenta #D638F1

Color information

#D638F1 (or 0xD638F1) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 38 and F1. RGB value is (214,56,241). Sum of RGB (Red+Green+Blue) = 214+56+241=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 56 (22.27% from 255 or 10.96% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #D638F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D638F1 is #29C70E. Grayscale: #7B7B7B. Windows color (decimal): -2737935 or 15808726. OLE color: 15808726.

HSL color Cylindrical-coordinate representation of color #D638F1: hue angle of 291.24º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D638F1 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21456241-
CMYK0.110.7700.05
HSL291.24º86.85%58.24%-
HSV(B)291.24º76.76%94.51%-
XYZ45.0223.4885.38-
YUV124.33193.85191.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.88%
GREEN value IS 56 (22.27% from 255) = 10.96%
BLUE value IS 241 (94.53% from 255) = 47.16%
R=41.88%
G=10.96%
B=47.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal214562410.110.7700.05291.2486.8558.24
HexD638F1B4D05123573a
Octal32670361131150544312772
Binary11010110111000111100011011100110101011001000111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D638F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D638F1; }

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

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

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

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

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

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

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

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