#D75DE1

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

Shades of Free Speech Magenta #D75DE1

Tints of Free Speech Magenta #D75DE1

Color information

#D75DE1 (or 0xD75DE1) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 5D and E1. RGB value is (215,93,225). Sum of RGB (Red+Green+Blue) = 215+93+225=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 93 (36.72% from 255 or 17.45% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #D75DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75DE1 is #28A21E. Grayscale: #909090. Windows color (decimal): -2662943 or 14769623. OLE color: 14769623.

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

Color convert

RGB21593225-
CMYK0.040.5900.12
HSL295.45º68.75%62.35%-
HSV(B)295.45º58.67%88.24%-
XYZ45.5327.7174.18-
YUV144.53173.42178.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.34%
GREEN value IS 93 (36.72% from 255) = 17.45%
BLUE value IS 225 (88.28% from 255) = 42.21%
R=40.34%
G=17.45%
B=42.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal215932250.040.5900.12295.4568.7562.35
HexD75DE143B0C127453e
Octal32713534147301444710576
Binary11010111101110111100001100111011011001001001111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75DE1; }

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

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

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

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

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

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

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

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