#D554E4

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

Shades of Free Speech Magenta #D554E4

Tints of Free Speech Magenta #D554E4

Color information

#D554E4 (or 0xD554E4) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 54 and E4. RGB value is (213,84,228). Sum of RGB (Red+Green+Blue) = 213+84+228=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 84 (33.20% from 255 or 16% from 525); Blue value is 228 (89.45% from 255 or 43.43% from 525); Max value from RGB is 228 - color contains mainly: blue. Hex color #D554E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D554E4 is #2AAB1B. Grayscale: #8A8A8A. Windows color (decimal): -2796316 or 14963925. OLE color: 14963925.

HSL color Cylindrical-coordinate representation of color #D554E4: hue angle of 293.75º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D554E4 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21384228-
CMYK0.070.6300.11
HSL293.75º72.73%61.18%-
HSV(B)293.75º63.16%89.41%-
XYZ44.6126.0976.08-
YUV138.99178.24180.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.57%
GREEN value IS 84 (33.20% from 255) = 16%
BLUE value IS 228 (89.45% from 255) = 43.43%
R=40.57%
G=16%
B=43.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal213842280.070.6300.11293.7572.7361.18
HexD554E473F0B126493d
Octal32512434477701344611175
Binary11010101101010011100100111111111010111001001101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D554E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D554E4; }

 p { color: rgb(213,84,228); }

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

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

 a { background-color: rgb(213,84,228); }

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

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

 span { border-color: rgb(213,84,228); }

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