#D454D7

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

Shades of Free Speech Magenta #D454D7

Tints of Free Speech Magenta #D454D7

Color information

#D454D7 (or 0xD454D7) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 54 and D7. RGB value is (212,84,215). Sum of RGB (Red+Green+Blue) = 212+84+215=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 215 (84.38% from 255 or 42.07% from 511); Max value from RGB is 215 - color contains mainly: blue. Hex color #D454D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D454D7 is #2BAB28. Grayscale: #888888. Windows color (decimal): -2861865 or 14111956. OLE color: 14111956.

HSL color Cylindrical-coordinate representation of color #D454D7: hue angle of 298.63º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D454D7 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB21284215-
CMYK0.010.6100.16
HSL298.63º62.09%58.63%-
HSV(B)298.63º60.93%84.31%-
XYZ42.5925.2466.92-
YUV137.21171.91181.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.49%
GREEN value IS 84 (33.20% from 255) = 16.44%
BLUE value IS 215 (84.38% from 255) = 42.07%
R=41.49%
G=16.44%
B=42.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal212842150.010.6100.16298.6362.0958.63
HexD454D713D01012b3e3b
Octal3241243271750204537673
Binary110101001010100110101111111101010000100101011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D454D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D454D7; }

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

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

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

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

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

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

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

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