#D74DE7

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

Shades of Free Speech Magenta #D74DE7

Tints of Free Speech Magenta #D74DE7

Color information

#D74DE7 (or 0xD74DE7) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 4D and E7. RGB value is (215,77,231). Sum of RGB (Red+Green+Blue) = 215+77+231=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 231 (90.62% from 255 or 44.17% from 523); Max value from RGB is 231 - color contains mainly: blue. Hex color #D74DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D74DE7 is #28B218. Grayscale: #878787. Windows color (decimal): -2667033 or 15158743. OLE color: 15158743.

HSL color Cylindrical-coordinate representation of color #D74DE7: hue angle of 293.77º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74DE7 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21577231-
CMYK0.070.6700.09
HSL293.77º76.24%60.39%-
HSV(B)293.77º66.67%90.59%-
XYZ45.125.5278.15-
YUV135.82181.72184.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.11%
GREEN value IS 77 (30.47% from 255) = 14.72%
BLUE value IS 231 (90.62% from 255) = 44.17%
R=41.11%
G=14.72%
B=44.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal215772310.070.6700.09293.7776.2460.39
HexD74DE7743091264c3c
Octal327115347710301144611474
Binary110101111001101111001111111000011010011001001101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74DE7; }

 p { color: rgb(215,77,231); }

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

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

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

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

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

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

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