#D151E1

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

Shades of Free Speech Magenta #D151E1

Tints of Free Speech Magenta #D151E1

Color information

#D151E1 (or 0xD151E1) is unknown color: approx Free Speech Magenta. HEX triplet: D1, 51 and E1. RGB value is (209,81,225). Sum of RGB (Red+Green+Blue) = 209+81+225=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #D151E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D151E1 is #2EAE1E. Grayscale: #878787. Windows color (decimal): -3059231 or 14766545. OLE color: 14766545.

HSL color Cylindrical-coordinate representation of color #D151E1: hue angle of 293.33º 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 #D151E1 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20981225-
CMYK0.070.6400.12
HSL293.33º70.59%60%-
HSV(B)293.33º64%88.24%-
XYZ42.8324.8873.78-
YUV135.69178.41180.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.58%
GREEN value IS 81 (32.03% from 255) = 15.73%
BLUE value IS 225 (88.28% from 255) = 43.69%
R=40.58%
G=15.73%
B=43.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal209812250.070.6400.12293.3370.5960
HexD151E17400C125473c
Octal321121341710001444510774
Binary110100011010001111000011111000000011001001001011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D151E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D151E1; }

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

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

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

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

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

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

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

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