#D454D8

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

Shades of Free Speech Magenta #D454D8

Tints of Free Speech Magenta #D454D8

Color information

#D454D8 (or 0xD454D8) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 54 and D8. RGB value is (212,84,216). Sum of RGB (Red+Green+Blue) = 212+84+216=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 84 (33.20% from 255 or 16.41% from 512); Blue value is 216 (84.77% from 255 or 42.19% from 512); Max value from RGB is 216 - color contains mainly: blue. Hex color #D454D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D454D8 is #2BAB27. Grayscale: #888888. Windows color (decimal): -2861864 or 14177492. OLE color: 14177492.

HSL color Cylindrical-coordinate representation of color #D454D8: hue angle of 298.18º 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 #D454D8 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21284216-
CMYK0.020.6100.15
HSL298.18º62.86%58.82%-
HSV(B)298.18º61.11%84.71%-
XYZ42.7225.367.6-
YUV137.32172.41181.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 84 (33.20% from 255) = 16.41%
BLUE value IS 216 (84.77% from 255) = 42.19%
R=41.41%
G=16.41%
B=42.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal212842160.020.6100.15298.1862.8658.82
HexD454D823D0F12a3f3b
Octal3241243302750174527773
Binary110101001010100110110001011110101111100101010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D454D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D454D8; }

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

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

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

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

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

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

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

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