#D754D8

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

Shades of Free Speech Magenta #D754D8

Tints of Free Speech Magenta #D754D8

Color information

#D754D8 (or 0xD754D8) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 54 and D8. RGB value is (215,84,216). Sum of RGB (Red+Green+Blue) = 215+84+216=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 84 (33.20% from 255 or 16.31% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 216 - color contains mainly: blue. Hex color #D754D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D754D8 is #28AB27. Grayscale: #898989. Windows color (decimal): -2665256 or 14177495. OLE color: 14177495.

HSL color Cylindrical-coordinate representation of color #D754D8: hue angle of 299.55º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D754D8 is Cyan = 0.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21584216-
CMYK0.000.6100.15
HSL299.55º62.86%58.82%-
HSV(B)299.55º61.11%84.71%-
XYZ43.5925.7567.64-
YUV138.22171.9182.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.75%
GREEN value IS 84 (33.20% from 255) = 16.31%
BLUE value IS 216 (84.77% from 255) = 41.94%
R=41.75%
G=16.31%
B=41.94%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal215842160.000.6100.15299.5562.8658.82
HexD754D803D0F12c3f3b
Octal3271243300750174547773
Binary11010111101010011011000011110101111100101100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D754D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D754D8; }

 p { color: rgb(215,84,216); }

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

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

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

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

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

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

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