#D151D8

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

Shades of Free Speech Magenta #D151D8

Tints of Free Speech Magenta #D151D8

Color information

#D151D8 (or 0xD151D8) is unknown color: approx Free Speech Magenta. HEX triplet: D1, 51 and D8. RGB value is (209,81,216). Sum of RGB (Red+Green+Blue) = 209+81+216=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #D151D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D151D8 is #2EAE27. Grayscale: #868686. Windows color (decimal): -3059240 or 14176721. OLE color: 14176721.

HSL color Cylindrical-coordinate representation of color #D151D8: hue angle of 296.89º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D151D8 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20981216-
CMYK0.030.6200.15
HSL296.89º63.38%58.24%-
HSV(B)296.89º62.5%84.71%-
XYZ41.6324.467.48-
YUV134.66173.91181.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.30%
GREEN value IS 81 (32.03% from 255) = 16.01%
BLUE value IS 216 (84.77% from 255) = 42.69%
R=41.30%
G=16.01%
B=42.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal209812160.030.6200.15296.8963.3858.24
HexD151D833E0F1293f3a
Octal3211213303760174517772
Binary110100011010001110110001111111001111100101001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D151D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D151D8; }

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

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

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

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

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

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

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

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