#D941E1

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

Shades of Free Speech Magenta #D941E1

Tints of Free Speech Magenta #D941E1

Color information

#D941E1 (or 0xD941E1) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 41 and E1. RGB value is (217,65,225). Sum of RGB (Red+Green+Blue) = 217+65+225=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 65 (25.78% from 255 or 12.82% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #D941E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D941E1 is #26BE1E. Grayscale: #808080. Windows color (decimal): -2539039 or 14762457. OLE color: 14762457.

HSL color Cylindrical-coordinate representation of color #D941E1: hue angle of 297º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D941E1 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21765225-
CMYK0.040.7100.12
HSL297º72.73%56.86%-
HSV(B)297º71.11%88.24%-
XYZ44.123.9773.54-
YUV128.69182.36190.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.80%
GREEN value IS 65 (25.78% from 255) = 12.82%
BLUE value IS 225 (88.28% from 255) = 44.38%
R=42.80%
G=12.82%
B=44.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal217652250.040.7100.1229772.7356.86
HexD941E14470C1294939
Octal331101341410701445111171
Binary110110011000001111000011001000111011001001010011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D941E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D941E1; }

 p { color: rgb(217,65,225); }

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

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

 a { background-color: rgb(217,65,225); }

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

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

 span { border-color: rgb(217,65,225); }

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