#D851E5

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

Shades of Free Speech Magenta #D851E5

Tints of Free Speech Magenta #D851E5

Color information

#D851E5 (or 0xD851E5) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 51 and E5. RGB value is (216,81,229). Sum of RGB (Red+Green+Blue) = 216+81+229=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 81 (32.03% from 255 or 15.40% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 229 - color contains mainly: blue. Hex color #D851E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D851E5 is #27AE1A. Grayscale: #898989. Windows color (decimal): -2600475 or 15028696. OLE color: 15028696.

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

Color convert

RGB21681229-
CMYK0.060.6500.10
HSL294.73º74%60.78%-
HSV(B)294.73º64.63%89.8%-
XYZ45.426.1476.78-
YUV138.24179.23183.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.06%
GREEN value IS 81 (32.03% from 255) = 15.40%
BLUE value IS 229 (89.84% from 255) = 43.54%
R=41.06%
G=15.40%
B=43.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal216812290.060.6500.10294.737460.78
HexD851E56410A1274a3d
Octal330121345610101244711275
Binary110110001010001111001011101000001010101001001111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D851E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D851E5; }

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

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

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

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

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

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

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

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