#D841E5

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

Shades of Free Speech Magenta #D841E5

Tints of Free Speech Magenta #D841E5

Color information

#D841E5 (or 0xD841E5) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 41 and E5. RGB value is (216,65,229). Sum of RGB (Red+Green+Blue) = 216+65+229=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 65 (25.78% from 255 or 12.75% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #D841E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D841E5 is #27BE1A. Grayscale: #808080. Windows color (decimal): -2604571 or 15024600. OLE color: 15024600.

HSL color Cylindrical-coordinate representation of color #D841E5: hue angle of 295.24º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D841E5 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21665229-
CMYK0.060.7200.10
HSL295.24º75.93%57.65%-
HSV(B)295.24º71.62%89.8%-
XYZ44.3524.0476.43-
YUV128.84184.53190.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.35%
GREEN value IS 65 (25.78% from 255) = 12.75%
BLUE value IS 229 (89.84% from 255) = 44.90%
R=42.35%
G=12.75%
B=44.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal216652290.060.7200.10295.2475.9357.65
HexD841E56480A1274c3a
Octal330101345611001244711472
Binary110110001000001111001011101001000010101001001111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D841E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D841E5; }

 p { color: rgb(216,65,229); }

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

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

 a { background-color: rgb(216,65,229); }

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

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

 span { border-color: rgb(216,65,229); }

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