#D74FCE

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

Shades of Free Speech Magenta #D74FCE

Tints of Free Speech Magenta #D74FCE

Color information

#D74FCE (or 0xD74FCE) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 4F and CE. RGB value is (215,79,206). Sum of RGB (Red+Green+Blue) = 215+79+206=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D74FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74FCE is #28B031. Grayscale: #858585. Windows color (decimal): -2666546 or 13520855. OLE color: 13520855.

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

Color convert

RGB21579206-
CMYK00.630.040.16
HSL303.97º62.96%57.65%-
HSV(B)303.97º63.26%84.31%-
XYZ41.9624.560.91-
YUV134.14168.56185.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43%
GREEN value IS 79 (31.25% from 255) = 15.8%
BLUE value IS 206 (80.86% from 255) = 41.2%
R=43%
G=15.8%
B=41.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157920600.630.040.16303.9762.9657.65
HexD74FCE03F4101303f3a
Octal3271173160774204607772
Binary11010111100111111001110011111110010000100110000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74FCE; }

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

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

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

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

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

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

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

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