#D74FD7

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

Shades of Free Speech Magenta #D74FD7

Tints of Free Speech Magenta #D74FD7

Color information

#D74FD7 (or 0xD74FD7) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 4F and D7. RGB value is (215,79,215). Sum of RGB (Red+Green+Blue) = 215+79+215=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D74FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74FD7 is #28B028. Grayscale: #868686. Windows color (decimal): -2666537 or 14110679. OLE color: 14110679.

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

Color convert

RGB21579215-
CMYK00.6300.16
HSL300º62.96%57.65%-
HSV(B)300º63.26%84.31%-
XYZ43.0924.9566.83-
YUV135.17173.06184.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.24%
GREEN value IS 79 (31.25% from 255) = 15.52%
BLUE value IS 215 (84.38% from 255) = 42.24%
R=42.24%
G=15.52%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157921500.6300.1630062.9657.65
HexD74FD703F01012c3f3a
Octal3271173270770204547772
Binary110101111001111110101110111111010000100101100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74FD7; }

 p { color: rgb(215,79,215); }

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

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

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

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

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

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

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