#D454E7

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

Shades of Free Speech Magenta #D454E7

Tints of Free Speech Magenta #D454E7

Color information

#D454E7 (or 0xD454E7) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 54 and E7. RGB value is (212,84,231). Sum of RGB (Red+Green+Blue) = 212+84+231=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 84 (33.20% from 255 or 15.94% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: blue. Hex color #D454E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D454E7 is #2BAB18. Grayscale: #8A8A8A. Windows color (decimal): -2861849 or 15160532. OLE color: 15160532.

HSL color Cylindrical-coordinate representation of color #D454E7: hue angle of 292.24º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D454E7 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21284231-
CMYK0.080.6400.09
HSL292.24º75.38%61.76%-
HSV(B)292.24º63.64%90.59%-
XYZ44.7526.1178.28-
YUV139.03179.91180.05-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.23%
GREEN value IS 84 (33.20% from 255) = 15.94%
BLUE value IS 231 (90.62% from 255) = 43.83%
R=40.23%
G=15.94%
B=43.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal212842310.080.6400.09292.2475.3861.76
HexD454E7840091244b3e
Octal3241243471010001144411376
Binary1101010010101001110011110001000000010011001001001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D454E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D454E7; }

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

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

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

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

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

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

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

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