#D538F1

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

Shades of Free Speech Magenta #D538F1

Tints of Free Speech Magenta #D538F1

Color information

#D538F1 (or 0xD538F1) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 38 and F1. RGB value is (213,56,241). Sum of RGB (Red+Green+Blue) = 213+56+241=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 56 (22.27% from 255 or 10.98% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #D538F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D538F1 is #2AC70E. Grayscale: #7B7B7B. Windows color (decimal): -2803471 or 15808725. OLE color: 15808725.

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

Color convert

RGB21356241-
CMYK0.120.7700.05
HSL290.92º86.85%58.24%-
HSV(B)290.92º76.76%94.51%-
XYZ44.7323.3385.36-
YUV124.03194.01191.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.76%
GREEN value IS 56 (22.27% from 255) = 10.98%
BLUE value IS 241 (94.53% from 255) = 47.25%
R=41.76%
G=10.98%
B=47.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal213562410.120.7700.05290.9286.8558.24
HexD538F1C4D05123573a
Octal32570361141150544312772
Binary11010101111000111100011100100110101011001000111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D538F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D538F1; }

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

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

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

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

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

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

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

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