#D741CF

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

Shades of Free Speech Magenta #D741CF

Tints of Free Speech Magenta #D741CF

Color information

#D741CF (or 0xD741CF) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 41 and CF. RGB value is (215,65,207). Sum of RGB (Red+Green+Blue) = 215+65+207=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D741CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D741CF is #28BE30. Grayscale: #7D7D7D. Windows color (decimal): -2670129 or 13582807. OLE color: 13582807.

HSL color Cylindrical-coordinate representation of color #D741CF: hue angle of 303.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D741CF is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB21565207-
CMYK00.700.040.16
HSL303.2º65.22%54.9%-
HSV(B)303.2º69.77%84.31%-
XYZ41.1822.7361.25-
YUV126.04173.7191.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.15%
GREEN value IS 65 (25.78% from 255) = 13.35%
BLUE value IS 207 (81.25% from 255) = 42.51%
R=44.15%
G=13.35%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2156520700.700.040.16303.265.2254.9
HexD741CF04641012f4137
Octal327101317010642045710167
Binary1101011110000011100111101000110100100001001011111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D741CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D741CF; }

 p { color: rgb(215,65,207); }

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

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

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

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

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

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

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