#D75FE1

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

Shades of Free Speech Magenta #D75FE1

Tints of Free Speech Magenta #D75FE1

Color information

#D75FE1 (or 0xD75FE1) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 5F and E1. RGB value is (215,95,225). Sum of RGB (Red+Green+Blue) = 215+95+225=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 95 (37.5% from 255 or 17.76% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #D75FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75FE1 is #28A01E. Grayscale: #919191. Windows color (decimal): -2662431 or 14770135. OLE color: 14770135.

HSL color Cylindrical-coordinate representation of color #D75FE1: hue angle of 295.38º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D75FE1 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21595225-
CMYK0.040.5800.12
HSL295.38º68.42%62.75%-
HSV(B)295.38º57.78%88.24%-
XYZ45.7128.0774.24-
YUV145.7172.76177.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.19%
GREEN value IS 95 (37.5% from 255) = 17.76%
BLUE value IS 225 (88.28% from 255) = 42.06%
R=40.19%
G=17.76%
B=42.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal215952250.040.5800.12295.3868.4262.75
HexD75FE143A0C127443f
Octal32713734147201444710477
Binary11010111101111111100001100111010011001001001111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75FE1; }

 p { color: rgb(215,95,225); }

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

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

 a { background-color: rgb(215,95,225); }

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

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

 span { border-color: rgb(215,95,225); }

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