#D641E0

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

Shades of Free Speech Magenta #D641E0

Tints of Free Speech Magenta #D641E0

Color information

#D641E0 (or 0xD641E0) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 41 and E0. RGB value is (214,65,224). Sum of RGB (Red+Green+Blue) = 214+65+224=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #D641E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D641E0 is #29BE1F. Grayscale: #7F7F7F. Windows color (decimal): -2735648 or 14696918. OLE color: 14696918.

HSL color Cylindrical-coordinate representation of color #D641E0: hue angle of 296.23º degrees, saturation: 0.72, 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 #D641E0 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21465224-
CMYK0.040.7100.12
HSL296.23º71.95%56.67%-
HSV(B)296.23º70.98%87.84%-
XYZ43.0823.4672.78-
YUV127.68182.36189.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.54%
GREEN value IS 65 (25.78% from 255) = 12.92%
BLUE value IS 224 (87.89% from 255) = 44.53%
R=42.54%
G=12.92%
B=44.53%

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
Decimal214652240.040.7100.12296.2371.9556.67
HexD641E04470C1284839
Octal326101340410701445011071
Binary110101101000001111000001001000111011001001010001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D641E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D641E0; }

 p { color: rgb(214,65,224); }

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

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

 a { background-color: rgb(214,65,224); }

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

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

 span { border-color: rgb(214,65,224); }

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