#D75DC9

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

Shades of Free Speech Magenta #D75DC9

Tints of Free Speech Magenta #D75DC9

Color information

#D75DC9 (or 0xD75DC9) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 5D and C9. RGB value is (215,93,201). Sum of RGB (Red+Green+Blue) = 215+93+201=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75DC9 is #28A236. Grayscale: #8D8D8D. Windows color (decimal): -2662967 or 13196759. OLE color: 13196759.

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

Color convert

RGB21593201-
CMYK00.570.070.16
HSL306.89º60.4%60.39%-
HSV(B)306.89º56.74%84.31%-
XYZ42.4826.4958.13-
YUV141.79161.42180.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.24%
GREEN value IS 93 (36.72% from 255) = 18.27%
BLUE value IS 201 (78.91% from 255) = 39.49%
R=42.24%
G=18.27%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159320100.570.070.16306.8960.460.39
HexD75DC90397101333c3c
Octal3271353110717204637474
Binary11010111101110111001001011100111110000100110011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75DC9; }

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

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

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

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

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

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

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

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