#D75FD9

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

Shades of Free Speech Magenta #D75FD9

Tints of Free Speech Magenta #D75FD9

Color information

#D75FD9 (or 0xD75FD9) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 5F and D9. RGB value is (215,95,217). Sum of RGB (Red+Green+Blue) = 215+95+217=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 217 - color contains mainly: blue. Hex color #D75FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75FD9 is #28A026. Grayscale: #909090. Windows color (decimal): -2662439 or 14245847. OLE color: 14245847.

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

Color convert

RGB21595217-
CMYK0.010.5600.15
HSL299.02º61.62%61.18%-
HSV(B)299.02º56.22%85.1%-
XYZ44.6427.6468.63-
YUV144.79168.76178.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.80%
GREEN value IS 95 (37.5% from 255) = 18.03%
BLUE value IS 217 (85.16% from 255) = 41.18%
R=40.80%
G=18.03%
B=41.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal215952170.010.5600.15299.0261.6261.18
HexD75FD91380F12b3e3d
Octal3271373311700174537675
Binary11010111101111111011001111100001111100101011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75FD9; }

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

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

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

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

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

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

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

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