#D75DC0

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

Shades of Free Speech Magenta #D75DC0

Tints of Free Speech Magenta #D75DC0

Color information

#D75DC0 (or 0xD75DC0) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 5D and C0. RGB value is (215,93,192). Sum of RGB (Red+Green+Blue) = 215+93+192=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75DC0 is #28A23F. Grayscale: #8C8C8C. Windows color (decimal): -2662976 or 12606935. OLE color: 12606935.

HSL color Cylindrical-coordinate representation of color #D75DC0: hue angle of 311.31º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D75DC0 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB21593192-
CMYK00.570.110.16
HSL311.31º60.4%60.39%-
HSV(B)311.31º56.74%84.31%-
XYZ41.4526.0852.72-
YUV140.76156.92180.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43%
GREEN value IS 93 (36.72% from 255) = 18.6%
BLUE value IS 192 (75.39% from 255) = 38.4%
R=43%
G=18.6%
B=38.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159319200.570.110.16311.3160.460.39
HexD75DC0039B101373c3c
Octal32713530007113204677474
Binary110101111011101110000000111001101110000100110111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75DC0; }

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

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

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

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

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

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

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

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