#DF51E1

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

Shades of Free Speech Magenta #DF51E1

Tints of Free Speech Magenta #DF51E1

Color information

#DF51E1 (or 0xDF51E1) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 51 and E1. RGB value is (223,81,225). Sum of RGB (Red+Green+Blue) = 223+81+225=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 81 (32.03% from 255 or 15.31% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF51E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF51E1 is #20AE1E. Grayscale: #8B8B8B. Windows color (decimal): -2141727 or 14766559. OLE color: 14766559.

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

Color convert

RGB22381225-
CMYK0.010.6400.12
HSL299.17º70.59%60%-
HSV(B)299.17º64%88.24%-
XYZ46.9627.0173.97-
YUV139.87176.04187.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.16%
GREEN value IS 81 (32.03% from 255) = 15.31%
BLUE value IS 225 (88.28% from 255) = 42.53%
R=42.16%
G=15.31%
B=42.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal223812250.010.6400.12299.1770.5960
HexDF51E11400C12b473c
Octal337121341110001445310774
Binary1101111110100011110000111000000011001001010111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF51E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF51E1; }

 p { color: rgb(223,81,225); }

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

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

 a { background-color: rgb(223,81,225); }

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

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

 span { border-color: rgb(223,81,225); }

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