#D75FD0

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

Shades of Free Speech Magenta #D75FD0

Tints of Free Speech Magenta #D75FD0

Color information

#D75FD0 (or 0xD75FD0) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 5F and D0. RGB value is (215,95,208). Sum of RGB (Red+Green+Blue) = 215+95+208=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D75FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75FD0 is #28A02F. Grayscale: #8F8F8F. Windows color (decimal): -2662448 or 13656023. OLE color: 13656023.

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

Color convert

RGB21595208-
CMYK00.560.030.16
HSL303.5º60%60.78%-
HSV(B)303.5º55.81%84.31%-
XYZ43.527.1962.63-
YUV143.76164.26178.81-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.51%
GREEN value IS 95 (37.5% from 255) = 18.34%
BLUE value IS 208 (81.64% from 255) = 40.15%
R=41.51%
G=18.34%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159520800.560.030.16303.56060.78
HexD75FD00383101303c3d
Octal3271373200703204607475
Binary1101011110111111101000001110001110000100110000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75FD0; }

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

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

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

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

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

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

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

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