#D74BEA

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

Shades of Free Speech Magenta #D74BEA

Tints of Free Speech Magenta #D74BEA

Color information

#D74BEA (or 0xD74BEA) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 4B and EA. RGB value is (215,75,234). Sum of RGB (Red+Green+Blue) = 215+75+234=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 75 (29.69% from 255 or 14.31% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #D74BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D74BEA is #28B415. Grayscale: #868686. Windows color (decimal): -2667542 or 15354839. OLE color: 15354839.

HSL color Cylindrical-coordinate representation of color #D74BEA: hue angle of 292.83º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74BEA is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21575234-
CMYK0.080.6800.08
HSL292.83º79.1%60.59%-
HSV(B)292.83º67.95%91.76%-
XYZ45.3925.4280.36-
YUV134.99183.88185.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.03%
GREEN value IS 75 (29.69% from 255) = 14.31%
BLUE value IS 234 (91.80% from 255) = 44.66%
R=41.03%
G=14.31%
B=44.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal215752340.080.6800.08292.8379.160.59
HexD74BEA844081254f3d
Octal3271133521010401044511775
Binary1101011110010111110101010001000100010001001001011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74BEA; }

 p { color: rgb(215,75,234); }

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

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

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

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

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

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

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